Skip to content

Commit 131d0bd

Browse files
authored
chore: fix linting issue in main(#12697)
1 parent f93491f commit 131d0bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enterprise/tailnet/workspaceproxy.go

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ func (s *ClientService) ServeMultiAgentClient(ctx context.Context, version strin
6868
func ServeWorkspaceProxy(ctx context.Context, conn net.Conn, ma agpl.MultiAgentConn) error {
6969
go func() {
7070
err := forwardNodesToWorkspaceProxy(ctx, conn, ma)
71+
//nolint:staticcheck
7172
if err != nil {
7273
_ = conn.Close()
7374
}

0 commit comments

Comments
 (0)