Skip to content

Commit

Permalink
#31 fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyHers committed May 21, 2023
1 parent 308b758 commit 26ef403
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/src/layout/layout_modern.dart
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,10 @@ class _LayoutModernState extends State<LayoutModern> {
),
),
Config.spaceBox(Config.smallSpacer),
Row(
const Row(
mainAxisAlignment:
MainAxisAlignment.center,
children: const [
children: [
SHDivider(),
],
),
Expand Down Expand Up @@ -417,10 +417,10 @@ class _LayoutModernState extends State<LayoutModern> {
],
),
),
Row(
const Row(
mainAxisAlignment:
MainAxisAlignment.center,
children: const [
children: [
SHDivider(),
],
),
Expand Down

0 comments on commit 26ef403

Please sign in to comment.