summaryrefslogtreecommitdiff
path: root/client/client.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 00:35:39 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 00:35:39 +0100
commitb0236124fb328f5d1e863f3c76e6d57273519a15 (patch)
tree9b28b3637061f8ff1637e88adf8914a069baf5b1 /client/client.go
parenta1519ff7685ac987f9d70b1fb49bf777028d49b0 (diff)
Format: Run black and gofumpt
Diffstat (limited to 'client/client.go')
-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.