Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
teshi04 committed Sep 23, 2023
1 parent c9609d2 commit 92e2073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pages/contents.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class IntroductionWidget extends StatelessWidget {
child: SvgPicture.asset(
'assets/nekouo.svg',
),
)
),
],
);
}
Expand Down Expand Up @@ -147,7 +147,7 @@ class CardWidget extends StatelessWidget {
'ウサ木',
style: textTheme.titleLarge?.copyWith(color: Colors.white),
),
)
),
],
),
);
Expand Down

0 comments on commit 92e2073

Please sign in to comment.