Skip to content

Commit 4cee518

Browse files
committed
Linting
1 parent 28e1156 commit 4cee518

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coderd/database/types.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
package database
22

33
import (
4+
"database/sql/driver"
45
"encoding/json"
56
"time"
67

7-
"database/sql/driver"
8-
98
"github.com/google/uuid"
109
"golang.org/x/xerrors"
1110

0 commit comments

Comments
 (0)