From 637503f492f85db8da78ca800f0c1356b778135d Mon Sep 17 00:00:00 2001 From: chteufleur Date: Fri, 16 Oct 2015 16:24:54 +0200 Subject: [PATCH] Do a go fmt --- xmpp.go | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/xmpp.go b/xmpp.go index 114d9f9..ca05e6b 100644 --- a/xmpp.go +++ b/xmpp.go @@ -554,12 +554,11 @@ type Contact struct { // Presence is an XMPP presence notification. type Presence struct { - From string - To string - Type string - Show string - Status string - + From string + To string + Type string + Show string + Status string } // Recv waits to receive the next XMPP stanza. @@ -723,7 +722,7 @@ type clientPresence struct { Type string `xml:"type,attr"` // error, probe, subscribe, subscribed, unavailable, unsubscribe, unsubscribed Lang string `xml:"lang,attr"` - Show string `xml:"show"` // away, chat, dnd, xa + Show string `xml:"show"` // away, chat, dnd, xa Status string `xml:"status"` // sb []clientText Priority string `xml:"priority,attr"` Error *clientError