Run gofmt on the setup wizard and migration test

This commit is contained in:
Emil
2026-08-02 18:16:44 +03:00
parent 59e7fb0155
commit 565d4466e4
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -72,4 +72,3 @@ func runSetup(args []string) error {
log.Info("setup complete")
return nil
}
@@ -23,8 +23,8 @@ import (
"github.com/jackc/pgx/v5/pgxpool"
"github.com/emil28092005/SciMesh/coordinator/internal/domain"
"github.com/emil28092005/SciMesh/coordinator/internal/workloads"
"github.com/emil28092005/SciMesh/coordinator/internal/usecase"
"github.com/emil28092005/SciMesh/coordinator/internal/workloads"
)
func testPool(t *testing.T) *pgxpool.Pool {