chore: Fix formatting

This commit is contained in:
Krille 2024-03-29 11:32:28 +01:00
parent 9c1bf05c0d
commit eb9cf18d30
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

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