Skip to content

Commit

Permalink
chore: fix linter complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Trela authored and Tomasz Trela committed Dec 14, 2024
1 parent af2a0ca commit b07d3c1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ class EvacuationWidget extends StatelessWidget {
physics: const NeverScrollableScrollPhysics(),
itemBuilder: (context, index) => DigitalGuideNavLink(
onTap: () {},
text: digitalGuideResponseExtended.entraces[index].translations.pl.name,
text:
digitalGuideResponseExtended.entraces[index].translations.pl.name,
),
separatorBuilder: (context, index) => const SizedBox(
height: DigitalGuideConfig.heightMedium,
Expand Down

0 comments on commit b07d3c1

Please sign in to comment.