summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-07-18 14:24:19 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-07-18 14:24:19 +0200
commitbda3d2784986e0a3fe2df78ec881332e81b54b3b (patch)
tree86b36f9bc948a38550696e050e2795faaad53cdb /state.go
parentb2cd79227d299476b5d7e28cb53434b8e919e15f (diff)
All: Run Gofumpt formatter
Diffstat (limited to 'state.go')
-rw-r--r--state.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/state.go b/state.go
index e1b26ed..a60b143 100644
--- a/state.go
+++ b/state.go
@@ -182,7 +182,6 @@ func (state *VPNState) addSecureInternetHomeServer(orgID string) (server.Server,
if !state.Servers.HasSecureLocation() {
locationErr = state.AskSecureLocation()
-
} else {
// reinitialize
locationErr = state.SetSecureLocation(state.Servers.GetSecureLocation())