summaryrefslogtreecommitdiff
path: root/fsm.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-13 13:44:07 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-13 13:44:07 +0200
commitbadac4c8dec6be7a798e891281221f7830305c88 (patch)
treea786fbd59cf9eab7ac8389ced8954859cc433fc4 /fsm.go
parentadf59e8c6cdaf050ef9cf09301111e7429ec0c37 (diff)
Format: Run gofumpt
Diffstat (limited to 'fsm.go')
-rw-r--r--fsm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsm.go b/fsm.go
index 25d3e79..e476c83 100644
--- a/fsm.go
+++ b/fsm.go
@@ -131,7 +131,7 @@ func newFSM(
Transitions: []FSMTransition{
{To: STATE_CHOSEN_SERVER, Description: "Server info loaded"},
{
- To: STATE_ASK_LOCATION,
+ To: STATE_ASK_LOCATION,
Description: "User chooses a Secure Internet server but no location is configured",
},
{To: STATE_NO_SERVER, Description: "Go back or Error"},