mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-08-02 00:25:59 +10:00
format files
This commit is contained in:
@@ -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),
|
||||
),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user