summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/client.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/client.go b/client/client.go
index 3c78100..613c441 100644
--- a/client/client.go
+++ b/client/client.go
@@ -86,7 +86,6 @@ func userAgentName(clientID string) string {
default:
return "unknown"
}
-
}
// Client is the main struct for the VPN client.