Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Jan 28, 2024
1 parent d9ce850 commit 7379f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/option/option_future_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void main() {
double x = await doubleNone()[$];
return Some((val + x).toInt());
});
final x = await earlyReturn(2);
final _ = await earlyReturn(2);
expect(await earlyReturn(2), const None());
});

Expand Down

0 comments on commit 7379f6f

Please sign in to comment.