diff --git a/mobile/lib/core/configuration.dart b/mobile/lib/core/configuration.dart index 729fc1a6c6..7107112bff 100644 --- a/mobile/lib/core/configuration.dart +++ b/mobile/lib/core/configuration.dart @@ -145,7 +145,8 @@ class Configuration { await logout(autoLogout: true); } else { _logger.warning( - 'Platform error ${error.message} with string ${error.toString()}'); + 'Platform error ${error.message} with string ${error.toString()}', + ); rethrow; } } else {