style: Fix unneeded interpolation
This commit is contained in:
parent
9d935854d1
commit
c38cbd0638
@ -292,7 +292,7 @@ class XmppConnection {
|
|||||||
/// Called when a stream ending error has occurred
|
/// Called when a stream ending error has occurred
|
||||||
void _handleError(Object? error) {
|
void _handleError(Object? error) {
|
||||||
if (error != null) {
|
if (error != null) {
|
||||||
_log.severe("_handleError: ${error}");
|
_log.severe("_handleError: $error");
|
||||||
} else {
|
} else {
|
||||||
_log.severe("_handleError: Called with null");
|
_log.severe("_handleError: Called with null");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user