Skip to content

Commit

Permalink
Format code with gofmt
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 32edd9b according to the output
from gofmt.

Details: https://deepsource.io/gh/romanornr/autodealer/transform/6a50d8e7-b02f-478d-b72f-8bdf79af320f/
  • Loading branch information
deepsource-autofix[bot] committed Nov 25, 2021
1 parent 32edd9b commit 85887d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/singleton/dealer.go
Expand Up @@ -47,4 +47,4 @@ func GetDealerInstance() *dealer.Dealer {
// IsDealerInitialized function to check if dealer is initialized
func IsDealerInitialized() bool {
return atomic.LoadUint32(&initialized) == 1
}
}

0 comments on commit 85887d4

Please sign in to comment.