From 300903656528e51780a3019f6e40fb68c4b78038 Mon Sep 17 00:00:00 2001 From: Eric Poulsen Date: Sat, 13 Jun 2026 20:27:58 -0700 Subject: [PATCH] Remove white space per code review --- lib/screens/map_screen.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/screens/map_screen.dart b/lib/screens/map_screen.dart index 36b536e1..aa0b14f2 100644 --- a/lib/screens/map_screen.dart +++ b/lib/screens/map_screen.dart @@ -1191,8 +1191,8 @@ class _MapScreenState extends State { onLongPress: () => _isBuildingPathTrace ? _showNodeInfo(context, guess.contact) : null, - onSecondaryTap: () => _isBuildingPathTrace - ? _showNodeInfo(context, guess.contact) + onSecondaryTap: () => _isBuildingPathTrace + ? _showNodeInfo(context, guess.contact) : null, onTap: () => _isBuildingPathTrace ? _addToPath(context, guess.contact, position: guess.position)