chore(comment): gofmt trigger_test.go

This commit is contained in:
Jiang Bohan
2026-04-29 15:51:45 +08:00
parent 411478846d
commit 63ca4f2eec

View File

@@ -6,8 +6,8 @@ import (
"testing"
"github.com/jackc/pgx/v5/pgtype"
db "github.com/multica-ai/multica/server/pkg/db/generated"
"github.com/multica-ai/multica/server/internal/util"
db "github.com/multica-ai/multica/server/pkg/db/generated"
)
// Helper to build a pgtype.UUID from a string.
@@ -315,4 +315,3 @@ func TestOnCommentTriggerDecision(t *testing.T) {
})
}
}