Skip to content

Commit db7e752

Browse files
committed
gofmt
1 parent 5bfcf69 commit db7e752

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/config/apiclient.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ func (s *Session) GetAPIClient() (*sncloud.APIClient, error) {
188188
s.apiClientOnce.Do(func() {
189189
err = s.initializeAPIClient()
190190
})
191-
191+
192192
if err != nil {
193193
return nil, errors.Wrap(err, "failed to initialize API client")
194194
}
195-
195+
196196
return s.APIClient, nil
197197
}
198198

@@ -239,11 +239,11 @@ func (s *Session) GetLogClient() (*http.Client, error) {
239239
s.logClientOnce.Do(func() {
240240
err = s.initializeLogClient()
241241
})
242-
242+
243243
if err != nil {
244244
return nil, errors.Wrap(err, "failed to initialize log client")
245245
}
246-
246+
247247
return s.LogClient, nil
248248
}
249249

0 commit comments

Comments
 (0)