From 64db5331501b0cd9d944f90ec15c66133ac3fe87 Mon Sep 17 00:00:00 2001 From: Max Peters Date: Mon, 29 Apr 2024 22:36:23 +0200 Subject: [PATCH] run format --- example/lib/main.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index 235775f2..974d7627 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -594,7 +594,9 @@ class _ExampleMapState extends State { }); } }, - 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: () {