Skip to content

Commit 595b41c

Browse files
committed
dart format
1 parent 7fd62d6 commit 595b41c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/pages/send_view/send_view.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,9 @@ class _SendViewState extends ConsumerState<SendView> {
11371137
if (desktopResult == null || !mounted) return;
11381138
txData = desktopResult;
11391139
} else {
1140-
final time = Future<dynamic>.delayed(const Duration(milliseconds: 2500));
1140+
final time = Future<dynamic>.delayed(
1141+
const Duration(milliseconds: 2500),
1142+
);
11411143
final results = await Future.wait([txDataFuture, time]);
11421144
txData = results.first as TxData;
11431145
}

0 commit comments

Comments
 (0)