Remove white space per code review

This commit is contained in:
Eric Poulsen
2026-06-13 20:27:58 -07:00
parent 80f4fd5218
commit 3009036565
+2 -2
View File
@@ -1191,8 +1191,8 @@ class _MapScreenState extends State<MapScreen> {
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)