From 8ccb4486cdb03cd3b10606b4bd77b7bcb4107e6d Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 20 Mar 2023 13:49:26 +0100 Subject: Format: Run gofumpt --- types/protocol/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types/protocol') diff --git a/types/protocol/protocol.go b/types/protocol/protocol.go index d165105..6e003f7 100644 --- a/types/protocol/protocol.go +++ b/types/protocol/protocol.go @@ -12,7 +12,7 @@ const ( ) func New(p string) Protocol { - switch(p) { + switch p { case "openvpn": return OpenVPN case "wireguard": -- cgit v1.2.3