diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-07-18 14:24:19 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-07-18 14:24:19 +0200 |
| commit | bda3d2784986e0a3fe2df78ec881332e81b54b3b (patch) | |
| tree | 86b36f9bc948a38550696e050e2795faaad53cdb /state.go | |
| parent | b2cd79227d299476b5d7e28cb53434b8e919e15f (diff) | |
All: Run Gofumpt formatter
Diffstat (limited to 'state.go')
| -rw-r--r-- | state.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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()) |
