Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Desudar committed Sep 1, 2023
1 parent 9386631 commit 990bef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class _MyAppState extends State<MyApp> {
List<Widget> _getGeneratedChildren() {
return List<Widget>.generate(
children.length,
(index) => _getChild(index: index),
(index) => _getChild(index: index),
);
}

Expand Down

0 comments on commit 990bef3

Please sign in to comment.