Skip to content

Commit 0e093e3

Browse files
committed
make fmt lint
1 parent f689b0d commit 0e093e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/insights.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ import (
44
"context"
55
"database/sql"
66
"fmt"
7-
"github.com/coder/coder/v2/coderd/database/dbtime"
87
"net/http"
98
"strings"
109
"time"
1110

11+
"github.com/coder/coder/v2/coderd/database/dbtime"
12+
1213
"github.com/google/uuid"
1314
"golang.org/x/exp/slices"
1415
"golang.org/x/sync/errgroup"

0 commit comments

Comments
 (0)