diff --git a/management/server/testutil/store.go b/management/server/testutil/store.go index 705934309..a7381da12 100644 --- a/management/server/testutil/store.go +++ b/management/server/testutil/store.go @@ -105,5 +105,6 @@ func CreatePostgresTestContainer() (func(), string, error) { return cleanup, talksConn, nil } -// noOpCleanup does nothing, used when the container is reused -func noOpCleanup() {} +func noOpCleanup() { + // no-op +}