format code

This commit is contained in:
2026-05-19 14:07:21 +01:00
parent 5f95df147f
commit af0ec78eae
7 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ package main
import (
"github.com/diamondburned/gotk4/pkg/gtk/v4"
"gosrc.io/xmpp/stanza"
"mellium.im/xmpp/color"
"sync"
"gosrc.io/xmpp/stanza"
)
type chatTab struct {
@@ -27,7 +27,7 @@ type lambdaConfig struct {
Identicons bool
Debug bool
ShowPresenceUpdates bool
CompactMode bool
CompactMode bool
CustomNicks map[string]string
}