Formatted

This commit is contained in:
zach
2026-03-06 15:03:12 -07:00
parent 1f2dfc555b
commit 7c479f9121
2 changed files with 4 additions and 8 deletions
+1 -4
View File
@@ -257,10 +257,7 @@ class _PathTraceMapScreenState extends State<PathTraceMapScreen> {
if (contact != null && contact.hasLocation) continue;
final peers = connector.contacts
.where(
(c) =>
c.hasLocation &&
c.path.isNotEmpty &&
c.path.last == hop,
(c) => c.hasLocation && c.path.isNotEmpty && c.path.last == hop,
)
.toList();
if (peers.isNotEmpty) {