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
@@ -10,7 +10,7 @@ import (
type Ping struct {
stanza.IQ
XMLName xml.Name `xml:"urn:xmpp:ping ping"`
XMLName xml.Name `xml:"urn:xmpp:ping ping"`
ResultSet *stanza.ResultSet `xml:"set,omitempty"`
}