summaryrefslogtreecommitdiff
path: root/limox.go
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-06-27 15:51:09 +0200
committerxengineering <me@xengineering.eu>2023-06-27 15:51:09 +0200
commit8965adcdbc5ccf30afdccac31cc3a6f9d7451b91 (patch)
tree1a33b14bf505ebca382afd5dfa789f5e8117b285 /limox.go
parentd27744d56b41aa9dd68502bd529dbf3fc083ed1d (diff)
downloadlimox-8965adcdbc5ccf30afdccac31cc3a6f9d7451b91.tar
limox-8965adcdbc5ccf30afdccac31cc3a6f9d7451b91.tar.zst
limox-8965adcdbc5ccf30afdccac31cc3a6f9d7451b91.zip
Apply go fmt
Diffstat (limited to 'limox.go')
-rw-r--r--limox.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/limox.go b/limox.go
index 2824776..234ca48 100644
--- a/limox.go
+++ b/limox.go
@@ -26,8 +26,8 @@ type Limox struct {
JidEditor widget.Editor
PwdEditor widget.Editor
MainButton widget.Clickable
- sessionIn chan any
- sessionOut chan any
+ sessionIn chan any
+ sessionOut chan any
State LimoxState
Window *app.Window
Operations op.Ops
@@ -42,7 +42,7 @@ func NewLimox() Limox {
),
Operations: op.Ops{},
Theme: material.NewTheme(gofont.Collection()),
- sessionOut: make(chan any),
+ sessionOut: make(chan any),
State: Disconnected,
}