Skip to content

Commit

Permalink
Run dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsRefsgaard committed Aug 3, 2023
1 parent 2350905 commit 4ad286a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ui/pages/study_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ class StudyPageState extends State<StudyPage> {
style: aboutCardContentStyle.copyWith(
color: Theme.of(context).primaryColor))),
]),
if (message.message != null &&
message.message!.isNotEmpty)
if (message.message != null && message.message!.isNotEmpty)
Row(children: [
Expanded(
child: Text(
Expand Down

0 comments on commit 4ad286a

Please sign in to comment.