Skip to content

Commit 0ce75c6

Browse files
committed
goimports
1 parent d599753 commit 0ce75c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

coderd/database/dbgen/generator.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import (
99
"testing"
1010
"time"
1111

12-
"github.com/coder/coder/cryptorand"
13-
"github.com/tabbed/pqtype"
14-
15-
"github.com/coder/coder/coderd/database"
1612
"github.com/google/uuid"
1713
"github.com/moby/moby/pkg/namesgenerator"
1814
"github.com/stretchr/testify/require"
15+
"github.com/tabbed/pqtype"
16+
17+
"github.com/coder/coder/coderd/database"
18+
"github.com/coder/coder/cryptorand"
1919
)
2020

2121
// All methods take in a 'seed' object. Any provided fields in the seed will be

0 commit comments

Comments
 (0)