Skip to content

Commit

Permalink
fix: dart formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thisissandipp committed Jul 29, 2024
1 parent 4d543ed commit 123eeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sudoku/widgets/sudoku_block_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void main() {

testWidgets('renders correctly in dark mode', (tester) async {
tester.setSmallDisplaySize();

await tester.pumpApp(
SudokuBlock(block: block, state: state),
puzzleBloc: bloc,
Expand Down

0 comments on commit 123eeb5

Please sign in to comment.