Skip to content

Commit

Permalink
chore: apply formatting fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
thesun901 committed Jan 17, 2025
1 parent 6310b97 commit 62530a3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ Future<IList<MicronavigationResponse>> getMicronavigationData(
micronavigationUrl,
_ttlDays,
(json) => (json! as List<dynamic>)
.map((item) =>
MicronavigationResponse.fromJson(item as Map<String, dynamic>),)
.map(
(item) =>
MicronavigationResponse.fromJson(item as Map<String, dynamic>),
)
.toIList(),
localizedOfflineMessage: DigitalGuideView.localizedOfflineMessage,
extraValidityCheck: (data) {
Expand Down

0 comments on commit 62530a3

Please sign in to comment.