From b0236124fb328f5d1e863f3c76e6d57273519a15 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 1 Mar 2023 00:35:39 +0100 Subject: Format: Run black and gofumpt --- client/client.go | 1 - 1 file changed, 1 deletion(-) (limited to 'client') 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. -- cgit v1.2.3