Skip to content

Commit d6e27d2

Browse files
lint
1 parent 075f4f5 commit d6e27d2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

elabftw_client.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ func elabftwHTTPClient(verifyTLS bool, upload bool) *http.Client {
106106
},
107107
}
108108

109-
110109
// regular API requests should fail quickly if the server is unreachable
111110
// but Uploads get a much longer timeout because the deadline covers the entire
112111
// request, including sending the file, which may take several minutes on
@@ -153,7 +152,7 @@ func (a *App) elabftwRequest(
153152
}
154153
}
155154

156-
client := elabftwHTTPClient(cfg.VerifyTLS, upload)
155+
client := elabftwHTTPClient(cfg.VerifyTLS, upload)
157156

158157
resp, err := client.Do(req)
159158
if err != nil {

0 commit comments

Comments
 (0)