Skip to content

Commit

Permalink
Fix dart analyzer notice
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Apr 25, 2024
1 parent 2283140 commit e12d982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorials/space_shooter/app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ void main() {
_ => runApp(
Directionality(
textDirection: TextDirection.ltr,
child: Text('''Error: unknown page. Pass "step{1,6}" as a GET param; e.g:
${window.location.toString()}?step1'''),
child: Text('''Error: unknown page. Pass "step{1,6}" as a GET param;
e.g: ${window.location}?step1'''),
),
),
};
Expand Down

0 comments on commit e12d982

Please sign in to comment.