Skip to content

Commit 1737e74

Browse files
author
e_forbes
committed
Fixes the formatting
1 parent cf54dda commit 1737e74

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

internal/clients/gitlab/client.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const (
3535
defaultUserAgent = "GitLab-Shell"
3636
jwtTTL = time.Minute
3737
jwtIssuer = "gitlab-shell"
38-
defaultReadTimeout = 300 * time.Second
38+
defaultReadTimeout = 300 * time.Second
3939

4040
socketBaseURL = "http://unix"
4141
unixSocketProtocol = "http+unix://"
@@ -434,4 +434,3 @@ func (t *forwardedIPTransport) RoundTrip(req *http.Request) (*http.Response, err
434434
}
435435
return t.next.RoundTrip(req)
436436
}
437-

0 commit comments

Comments
 (0)