Skip to content

Commit 3d39713

Browse files
committed
fmt & lint fixes
1 parent 2b77b8e commit 3d39713

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vpn/tunnel_internal_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package vpn
22

33
import (
44
"context"
5+
"maps"
56
"net"
67
"net/netip"
78
"net/url"
@@ -19,8 +20,6 @@ import (
1920

2021
"github.com/coder/quartz"
2122

22-
"maps"
23-
2423
"github.com/coder/coder/v2/tailnet"
2524
"github.com/coder/coder/v2/tailnet/proto"
2625
"github.com/coder/coder/v2/testutil"

0 commit comments

Comments
 (0)