mirror of
https://github.com/immich-app/immich.git
synced 2026-05-22 23:52:32 -04:00
style(mobile): reformat code
This commit is contained in:
@@ -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});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user