0
0
mirror of https://github.com/thegeeklab/drone-admin.git synced 2024-06-03 03:49:40 +02:00

fix code formatting

This commit is contained in:
Robert Kaussow 2022-07-20 17:21:33 +02:00
parent 65fbb83338
commit a354731e4f
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -12,7 +12,7 @@ import (
"golang.org/x/oauth2"
)
func New(server string, token string) (drone.Client, error) {
func New(server, token string) (drone.Client, error) {
s, err := url.Parse(server)
if err != nil {
return nil, err