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 simon-the-shark committed Dec 17, 2024
1 parent 1e01493 commit 66b6c16
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Future<DigitalGuideEvacuation> getDigitalGuideEvacuation(
await ref.watch(getImageUrlProvider(building.evacuationMapId).future);

return DigitalGuideEvacuation(
evacuationDescription:
building.translations.plTranslation.evacuationDescription,
evacuationMapUrl: evacuationMapUrl,
);
evacuationDescription:
building.translations.plTranslation.evacuationDescription,
evacuationMapUrl: evacuationMapUrl,
);
}

0 comments on commit 66b6c16

Please sign in to comment.