diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-08-09 14:24:07 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-08-09 14:24:07 +0200 |
| commit | 196140a4cf34640ff963f2ae08dd135c3834f0d3 (patch) | |
| tree | aaed442d916a15acd26394c58b941cee050299f0 /state.go | |
| parent | 9c7d9958132bcea0aa5ff6ab4aaec67c73087408 (diff) | |
Formatting: Run gofumpt
Diffstat (limited to 'state.go')
| -rw-r--r-- | state.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ func (state *VPNState) GoBack() error { // FIXME: Abitrary back transitions don't work because we need the approriate data state.FSM.GoTransitionWithData(fsm.NO_SERVER, state.GetSavedServers(), false) - //state.FSM.GoBack() + // state.FSM.GoBack() return nil } |
