chore: format files using gofmt

Former-commit-id: 5cfa0dfb97
This commit is contained in:
Varun Narravula
2025-12-31 15:07:06 -08:00
committed by Owen Schwartz
parent f8dc134210
commit 7b7eae617a
5 changed files with 42 additions and 42 deletions

View File

@@ -811,7 +811,7 @@ func StartTunnel(config TunnelConfig) {
Endpoint: handshakeData.ExitNode.Endpoint,
RelayPort: relayPort,
PublicKey: handshakeData.ExitNode.PublicKey,
SiteIds: []int{siteId},
SiteIds: []int{siteId},
}
added := holePunchManager.AddExitNode(exitNode)