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
+1 -1
View File
@@ -405,7 +405,7 @@ func main() {
// The code is basically the exact same as above, we just don't check for mucuser
// TODO: Presence handling code goes here
j := presence.From
j := presence.From
tab, ok := tabs.Load(j)
if ok {
typed_tab, ok := tab.(*chatTab)