mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Format code
This commit is contained in:
parent
c29b1106b5
commit
aada2e12e2
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class Album with EquatableMixin {
|
|||
name: name ?? this.name,
|
||||
provider: provider ?? this.provider,
|
||||
coverProvider: coverProvider ?? this.coverProvider,
|
||||
sortProvider: sortProvider??this.sortProvider,
|
||||
sortProvider: sortProvider ?? this.sortProvider,
|
||||
albumFile: albumFile ?? this.albumFile,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue