Skip to content

Commit 64db533

Browse files
committed
run format
1 parent ec31fc1 commit 64db533

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example/lib/main.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,9 @@ class _ExampleMapState extends State<ExampleMap> {
594594
});
595595
}
596596
},
597-
child: _isSecondPinInView ? const Text('Remove second Pin') : const Text('Add second Pin'),
597+
child: _isSecondPinInView
598+
? const Text('Remove second Pin')
599+
: const Text('Add second Pin'),
598600
),
599601
ElevatedButton(
600602
onPressed: () {

0 commit comments

Comments
 (0)