diff options
| author | xengineering <me@xengineering.eu> | 2023-06-28 10:25:27 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2023-06-28 10:25:27 +0200 |
| commit | 4b4fe72fdb100df492b1df1960775ff8b98d6dfc (patch) | |
| tree | 93429d634b17291fe970dc4ae32e84ec18f7bef1 /xmpp | |
| parent | fdddefe08fa8c2a7aeab2b5a865fcb3791ab6080 (diff) | |
| download | limox-4b4fe72fdb100df492b1df1960775ff8b98d6dfc.tar limox-4b4fe72fdb100df492b1df1960775ff8b98d6dfc.tar.zst limox-4b4fe72fdb100df492b1df1960775ff8b98d6dfc.zip | |
Apply go fmt
Diffstat (limited to 'xmpp')
| -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 1cb3670..8687782 100644 --- a/xmpp/sasl.go +++ b/xmpp/sasl.go @@ -1,8 +1,8 @@ package xmpp import ( - "encoding/xml" "encoding/base64" + "encoding/xml" "log" ) |
