Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Dana Pruitt <[email protected]>
  • Loading branch information
Jeremy Alvis authored and jacksontj committed Jan 19, 2021
1 parent 3997d1f commit f6fdd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/servergroup/servergroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ SYNC_LOOP:
URL: &config_util.URL{u},
// TODO: from context?
HTTPClientConfig: s.Cfg.HTTPConfig.HTTPConfig,
Timeout: model.Duration(time.Minute * 2),
Timeout: model.Duration(time.Minute * 2),
}
remoteStorageClient, err := remote.NewClient(1, cfg)
if err != nil {
Expand Down

0 comments on commit f6fdd39

Please sign in to comment.