Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d408ed2

Browse files
committed
make fmt
Signed-off-by: Danny Kopping <[email protected]>
1 parent 716e591 commit d408ed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/notifications/notifications_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ import (
1616

1717
"golang.org/x/xerrors"
1818

19-
"github.com/coder/serpent"
2019
"github.com/google/uuid"
2120
smtpmock "github.com/mocktools/go-smtp-mock/v2"
2221
"github.com/stretchr/testify/assert"
2322
"github.com/stretchr/testify/require"
2423
"go.uber.org/goleak"
2524

25+
"github.com/coder/serpent"
26+
2627
"github.com/coder/coder/v2/coderd/database"
2728
"github.com/coder/coder/v2/coderd/database/dbgen"
2829
"github.com/coder/coder/v2/coderd/database/dbtestutil"

0 commit comments

Comments
 (0)