Skip to content

Commit 9a6e5e1

Browse files
committed
Import order
1 parent d4f00ce commit 9a6e5e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/workspaceproxies.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ package coderd
33
import (
44
"context"
55
"database/sql"
6+
"net/http"
7+
68
"github.com/google/uuid"
79
"golang.org/x/xerrors"
8-
"net/http"
910

1011
"github.com/coder/coder/coderd/database"
1112
"github.com/coder/coder/coderd/database/dbauthz"

0 commit comments

Comments
 (0)