Skip to content

Commit 5cc7ef3

Browse files
fixing linters
1 parent 3bb1521 commit 5cc7ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,5 +282,5 @@ func (o *OptimizelyClient) GetProjectConfig() (projectConfig optimizely.ProjectC
282282
// Close closes the Optimizely instance and stops any ongoing tasks from its children components
283283
func (o *OptimizelyClient) Close() {
284284
o.cancelFunc()
285-
o.wg.Wait() //blocking call
285+
o.wg.Wait() // blocking call
286286
}

0 commit comments

Comments
 (0)