Skip to content

Commit

Permalink
fix: apply dart-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ciripel committed Sep 22, 2023
1 parent 7e41030 commit 31e55dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ class _MyHomePageState extends State<MyHomePage> {
appBar: AppBar(
title: Text(widget.title),
),
body: Column(
body: const Column(
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.start,
children: const <Widget>[],
children: <Widget>[],
),
);
}
Expand Down

0 comments on commit 31e55dc

Please sign in to comment.