Skip to content

Commit

Permalink
chore: formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thesun901 committed Jan 17, 2025
1 parent 7523dcd commit 3bf7b08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Future<IList<MicronavigationResponse>> getMicronavigationData(
_ttlDays,
(json) => (json! as List<dynamic>)
.map((item) =>
MicronavigationResponse.fromJson(item as Map<String, dynamic>))
MicronavigationResponse.fromJson(item as Map<String, dynamic>),)
.toIList(),
localizedOfflineMessage: DigitalGuideView.localizedOfflineMessage,
extraValidityCheck: (data) {
Expand Down

0 comments on commit 3bf7b08

Please sign in to comment.