Skip to content

Commit 26083de

Browse files
author
Mattia Bertorello
committed
Run go fmt ./...
1 parent 060eb76 commit 26083de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/auth.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func (c *Config) authenticate(client *http.Client, cookies cookies, uri, user, p
200200
for _, cookie := range cookies["auth"] {
201201
if cookie.Name == "_csrf" && cookie.Value != "" {
202202
csrf = cookie.Value
203-
break;
203+
break
204204
}
205205
}
206206
query := url.Values{}

0 commit comments

Comments
 (0)