summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-08-09 14:24:07 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-08-09 14:24:07 +0200
commit196140a4cf34640ff963f2ae08dd135c3834f0d3 (patch)
treeaaed442d916a15acd26394c58b941cee050299f0 /state.go
parent9c7d9958132bcea0aa5ff6ab4aaec67c73087408 (diff)
Formatting: Run gofumpt
Diffstat (limited to 'state.go')
-rw-r--r--state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.go b/state.go
index be32c15..7f29369 100644
--- a/state.go
+++ b/state.go
@@ -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
}