Skip to content

Commit

Permalink
Remove comment breaking ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Feb 15, 2024
1 parent b25551c commit 9cf4081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/samples/lib/brick_breaker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class BrickBreaker extends FlameGame

@override
KeyEventResult onKeyEvent(
RawKeyEvent event, // ignore: deprecated_member_use - Flame needs update.
RawKeyEvent event, // ignore: deprecated_member_use
Set<LogicalKeyboardKey> keysPressed,
) {
super.onKeyEvent(event, keysPressed);
Expand Down
2 changes: 1 addition & 1 deletion pkgs/sketch_pad/lib/samples.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9cf4081

Please sign in to comment.