Skip to content

Commit 43e2942

Browse files
ivanauthclaude
andcommitted
fix: correct import order in defaults.go
Sort imports alphabetically to satisfy gci linter - logmw before readiness. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c3ce28a commit 43e2942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/server/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ import (
3939
"github.com/authzed/spicedb/internal/middleware/servicespecific"
4040
"github.com/authzed/spicedb/pkg/datastore"
4141
consistencymw "github.com/authzed/spicedb/pkg/middleware/consistency"
42-
"github.com/authzed/spicedb/pkg/middleware/readiness"
4342
logmw "github.com/authzed/spicedb/pkg/middleware/logging"
43+
"github.com/authzed/spicedb/pkg/middleware/readiness"
4444
"github.com/authzed/spicedb/pkg/middleware/requestid"
4545
"github.com/authzed/spicedb/pkg/middleware/serverversion"
4646
"github.com/authzed/spicedb/pkg/releases"

0 commit comments

Comments
 (0)