Skip to content

Commit

Permalink
run format
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpeters committed Apr 29, 2024
1 parent ec31fc1 commit 64db533
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,9 @@ class _ExampleMapState extends State<ExampleMap> {
});
}
},
child: _isSecondPinInView ? const Text('Remove second Pin') : const Text('Add second Pin'),
child: _isSecondPinInView
? const Text('Remove second Pin')
: const Text('Add second Pin'),
),
ElevatedButton(
onPressed: () {
Expand Down

0 comments on commit 64db533

Please sign in to comment.