style(mobile): reformat code

This commit is contained in:
Peter Ombodi
2026-04-22 14:01:16 +03:00
parent 5d33870403
commit ca203726dc
@@ -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});
}