Skip to content

Commit f8af18c

Browse files
committed
fix imports
1 parent 0e3bc17 commit f8af18c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/healthcheck/websocket.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ import (
99
"strconv"
1010
"time"
1111

12-
"github.com/coder/coder/v2/coderd/healthcheck/health"
1312
"golang.org/x/xerrors"
1413
"nhooyr.io/websocket"
14+
15+
"github.com/coder/coder/v2/coderd/healthcheck/health"
1516
)
1617

1718
type WebsocketReportOptions struct {

0 commit comments

Comments
 (0)