Skip to content

Commit bad2792

Browse files
committed
fmt
1 parent 71409f8 commit bad2792

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/lib/service/tx/lib/src/tx_notification.dart

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ class TxNotification {
2828
);
2929

3030
factory TxNotification.democracyUpdateProposalState(AppLocalizations l10n) => TxNotification(
31-
title: l10n.democracyUpdatedProposalStateNotificationTitle,
32-
body: l10n.democracyUpdatedProposalStateNotificationBody,
33-
);
31+
title: l10n.democracyUpdatedProposalStateNotificationTitle,
32+
body: l10n.democracyUpdatedProposalStateNotificationBody,
33+
);
3434

3535
factory TxNotification.democracySubmitProposal(AppLocalizations l10n) => TxNotification(
3636
title: l10n.democracySubmitProposalNotificationTitle,

0 commit comments

Comments
 (0)