diff options
author | xengineering <me@xengineering.eu> | 2023-07-04 22:09:36 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-07-04 22:09:36 +0200 |
commit | d9fe0a4360770b1e4b6b4fb3686c3275ad1b6e6e (patch) | |
tree | a317f8dc44ac9828ae5806e1fa1dee7547118619 /xmpp/sasl.go | |
parent | 4c9c6c91f9dfca9fd17731d5b0e94aaaace4a137 (diff) | |
download | limox-d9fe0a4360770b1e4b6b4fb3686c3275ad1b6e6e.tar limox-d9fe0a4360770b1e4b6b4fb3686c3275ad1b6e6e.tar.zst limox-d9fe0a4360770b1e4b6b4fb3686c3275ad1b6e6e.zip |
Apply go fmt
Diffstat (limited to 'xmpp/sasl.go')
-rw-r--r-- | xmpp/sasl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp/sasl.go b/xmpp/sasl.go index ae3be4a..69b536d 100644 --- a/xmpp/sasl.go +++ b/xmpp/sasl.go @@ -29,7 +29,7 @@ func (s *session) sasl() { } } -type saslSuccess struct {} +type saslSuccess struct{} func handleSaslSuccess(s *session) { openStream(s.tx, s.jid) |