Skip to content

Commit 6306407

Browse files
committed
fmt
1 parent 15f83c0 commit 6306407

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

coderd/notifications/reports/generator.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ import (
88
"sort"
99
"time"
1010

11-
"golang.org/x/xerrors"
12-
1311
"cdr.dev/slog"
14-
15-
"github.com/google/uuid"
16-
1712
"github.com/coder/quartz"
13+
"github.com/google/uuid"
14+
"golang.org/x/xerrors"
1815

1916
"github.com/coder/coder/v2/coderd/database"
2017
"github.com/coder/coder/v2/coderd/database/dbauthz"

0 commit comments

Comments
 (0)