Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Sep 27, 2024
1 parent 16578ea commit 627bd37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
File renamed without changes.
1 change: 0 additions & 1 deletion catalyst_voices/integration_test/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ void main() {
// pump and settle every 100ms to simulate almost production-like FPS
await tester.pumpAndSettle(const Duration(milliseconds: 100));
expect(find.text('Coming'), findsOneWidget);

});
});
}

0 comments on commit 627bd37

Please sign in to comment.