aboutsummaryrefslogtreecommitdiff
path: root/ui/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/commands.go')
-rw-r--r--ui/commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/commands.go b/ui/commands.go
index 5c0e90b..510fc5d 100644
--- a/ui/commands.go
+++ b/ui/commands.go
@@ -17,9 +17,9 @@
package ui
import (
+ "encoding/json"
"maunium.net/go/gomuks/debug"
"strings"
- "encoding/json"
)
func cmdMe(cmd *Command) {