Skip to content

Commit

Permalink
fix: Fix warning. #305
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Feb 20, 2023
1 parent e482220 commit cb9cc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class MyApp extends StatelessWidget {
theme: ThemeData(
primarySwatch: Colors.teal,
),
home: HomePage());
home: const HomePage());
}
}

Expand Down

0 comments on commit cb9cc8e

Please sign in to comment.