Formatting by gofumpt

This commit is contained in:
9seconds
2026-02-16 17:10:06 +01:00
parent 8e87405d3e
commit 074c4017f5
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ func (suite *StatsdTestSuite) SetupTest() {
func (suite *StatsdTestSuite) TearDownTest() {
suite.statsd.Shutdown()
suite.factory.Close() //nolint: errcheck
suite.factory.Close() //nolint: errcheck
suite.statsdServer.Close() //nolint: errcheck
}