Skip to content

Commit 6dc4826

Browse files
committed
Format code
1 parent 55e99e5 commit 6dc4826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/widgets/demo_scaffold.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class _DemoScaffoldState extends State<DemoScaffold> {
102102
),
103103
onPressed: () => Navigator.pop(context),
104104
),
105-
title: _loading || !widget.showToolbar? null : toolbar,
105+
title: _loading || !widget.showToolbar ? null : toolbar,
106106
actions: actions,
107107
),
108108
floatingActionButton: widget.floatingActionButton,

0 commit comments

Comments
 (0)