Skip to content

Commit

Permalink
analysis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
craiglabenz committed Sep 3, 2024
1 parent be97988 commit 38e430a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/reinforcement_learning/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class PlaneStrike extends StatefulWidget {

// This widget is the root of your application.
@override
_PlaneStrikeState createState() => _PlaneStrikeState();
State<PlaneStrike> createState() => _PlaneStrikeState();
}

class _PlaneStrikeState extends State<PlaneStrike> {
Expand Down

0 comments on commit 38e430a

Please sign in to comment.