Skip to content

Commit 8f2d019

Browse files
committed
fix imports
1 parent 5591fb0 commit 8f2d019

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coderd/notifications/manager_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ import (
1212
"github.com/stretchr/testify/require"
1313
"golang.org/x/xerrors"
1414

15-
"github.com/coder/serpent"
16-
1715
"cdr.dev/slog"
1816
"cdr.dev/slog/sloggers/slogtest"
17+
"github.com/coder/serpent"
1918

2019
"github.com/coder/coder/v2/coderd/database"
2120
"github.com/coder/coder/v2/coderd/database/dbgen"

0 commit comments

Comments
 (0)