diff --git a/mobile/lib/providers/asset_viewer/main_timeline_handoff.provider.dart b/mobile/lib/providers/asset_viewer/main_timeline_handoff.provider.dart index 84519f4ab2..6e56a70064 100644 --- a/mobile/lib/providers/asset_viewer/main_timeline_handoff.provider.dart +++ b/mobile/lib/providers/asset_viewer/main_timeline_handoff.provider.dart @@ -253,9 +253,5 @@ class _MainTimelineHandoffContext { final String? viewIntentFilePath; final int operationId; - const _MainTimelineHandoffContext({ - required this.match, - required this.viewIntentFilePath, - required this.operationId, - }); + const _MainTimelineHandoffContext({required this.match, required this.viewIntentFilePath, required this.operationId}); }