From 659fcba63d1ee986250e3604d40f4b92cd15355f Mon Sep 17 00:00:00 2001 From: Chteufleur Date: Fri, 17 Jun 2016 23:27:53 +0200 Subject: [PATCH] go fmt --- xmpp/xmpp.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmpp/xmpp.go b/xmpp/xmpp.go index 283a9d2..f4f9806 100644 --- a/xmpp/xmpp.go +++ b/xmpp/xmpp.go @@ -137,9 +137,9 @@ func must(v interface{}, err error) interface{} { } func sendNotSupportedFeature(iq *xmpp.Iq) { - reply := iq.Response(xmpp.IQTypeError) - reply.PayloadEncode(xmpp.NewError("cancel", xmpp.FeatureNotImplemented, "")) - comp.Out <- reply + reply := iq.Response(xmpp.IQTypeError) + reply.PayloadEncode(xmpp.NewError("cancel", xmpp.FeatureNotImplemented, "")) + comp.Out <- reply } func Disconnect() {