diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-03-20 13:49:26 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | 8ccb4486cdb03cd3b10606b4bd77b7bcb4107e6d (patch) | |
| tree | f245d9b858a40ae99caca6c7fbc15e4d91f74d3d /types/protocol/protocol.go | |
| parent | 40705474e1998bf4a59b82c96d343e13247a9926 (diff) | |
Format: Run gofumpt
Diffstat (limited to 'types/protocol/protocol.go')
| -rw-r--r-- | types/protocol/protocol.go | 2 |
1 files changed, 1 insertions, 1 deletions
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": |
