From 196140a4cf34640ff963f2ae08dd135c3834f0d3 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 9 Aug 2022 14:24:07 +0200 Subject: Formatting: Run gofumpt --- state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'state.go') 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 } -- cgit v1.2.3