Skip to content

Commit a47627a

Browse files
refactor: fix imports
1 parent 074f768 commit a47627a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/prebuilds/preset_snapshot.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ import (
44
"slices"
55
"time"
66

7-
"github.com/coder/quartz"
87
"github.com/google/uuid"
98

9+
"github.com/coder/quartz"
10+
1011
"github.com/coder/coder/v2/coderd/database"
1112
)
1213

0 commit comments

Comments
 (0)