mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-21 01:45:47 +10:00
Remove white space per code review
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user