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 ac05190 according to the output
from gofmt.

Details: https://deepsource.io/gh/romanornr/autodealer/transform/39bbe652-4ffe-4e2b-a50c-b6ed2e7e52df/
  • Loading branch information
deepsource-autofix[bot] committed Nov 23, 2021
1 parent ac05190 commit c288c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singleton/dealer_test.go
Expand Up @@ -15,4 +15,4 @@ func TestGetDealerInstance(t *testing.T) {
webserver.GetDealerInstance()
}()
wg.Wait()
}
}

0 comments on commit c288c85

Please sign in to comment.