Dart Format

This commit is contained in:
just_stuff_tm
2026-03-02 22:52:23 -05:00
committed by just-stuff-tm
parent 44c0670dae
commit 7cb84dbf6f
2 changed files with 2 additions and 7 deletions
+1 -4
View File
@@ -137,10 +137,7 @@ void main() {
final connector = _FakeMeshCoreConnector();
await tester.pumpWidget(
_buildTestApp(
connector: connector,
child: const ScannerScreen(),
),
_buildTestApp(connector: connector, child: const ScannerScreen()),
);
await tester.pumpAndSettle();