format files

This commit is contained in:
zjs81
2026-06-13 00:39:13 -07:00
parent 7da4e68384
commit becfbedc99
26 changed files with 1040 additions and 741 deletions
+1 -4
View File
@@ -351,10 +351,7 @@ class _NeighborsScreenState extends State<NeighborsScreen> {
for (var i = 0; i < _parsedNeighbors!.length; i++)
ListEntrance(
index: i,
child: _buildNeighborRow(
_parsedNeighbors![i],
connector.currentSf,
),
child: _buildNeighborRow(_parsedNeighbors![i], connector.currentSf),
),
],
);