Skip to content

Commit 583e0fe

Browse files
committed
format fix
1 parent 8ab495f commit 583e0fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flutter/example/lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ class MainScaffold extends StatelessWidget {
274274
description: 'I wont finish',
275275
);
276276

277-
await spanChild.finish(status: const SpanStatus.internalError());
277+
await spanChild.finish(
278+
status: const SpanStatus.internalError());
278279

279280
await Future.delayed(const Duration(milliseconds: 50));
280281

0 commit comments

Comments
 (0)