chore: Fix formatting

pull/764/head
Krille 11 months ago
parent 9c1bf05c0d
commit eb9cf18d30
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -127,7 +127,9 @@ extension InitWithRestoreExtension on Client {
ClientManager.sendInitNotification( ClientManager.sendInitNotification(
l10n.initAppError, l10n.initAppError,
l10n.restoreSessionBody( l10n.restoreSessionBody(
AppConfig.newIssueUrl.toString(), e.toString()), AppConfig.newIssueUrl.toString(),
e.toString(),
),
); );
} catch (e, s) { } catch (e, s) {
Logs().wtf('Restore client failed!', e, s); Logs().wtf('Restore client failed!', e, s);

Loading…
Cancel
Save