Skip to content

Commit 38e430a

Browse files
committed
analysis fix
1 parent be97988 commit 38e430a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/reinforcement_learning/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class PlaneStrike extends StatefulWidget {
2828

2929
// This widget is the root of your application.
3030
@override
31-
_PlaneStrikeState createState() => _PlaneStrikeState();
31+
State<PlaneStrike> createState() => _PlaneStrikeState();
3232
}
3333

3434
class _PlaneStrikeState extends State<PlaneStrike> {

0 commit comments

Comments
 (0)