[golangci-lint]: Remove unnecessary trailing newline.

errwrp
Martin Dosch 1 year ago
parent a86970a796
commit b444e8d2dd
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -42,7 +42,6 @@ func connect(options xmpp.Options, directTLS bool) (*xmpp.Client, error) {
if err == nil {
return client, err
}
}
}
}

Loading…
Cancel
Save