From 8965adcdbc5ccf30afdccac31cc3a6f9d7451b91 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 27 Jun 2023 15:51:09 +0200 Subject: Apply go fmt --- limox.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'limox.go') 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, } -- cgit v1.2.3-70-g09d2