mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Format code
This commit is contained in:
parent
12e4118b99
commit
534fcc7546
1 changed files with 4 additions and 4 deletions
|
@ -36,10 +36,10 @@ abstract class PhotoListFileItem extends SelectableItem {
|
|||
|
||||
@override
|
||||
toString() => "$runtimeType {"
|
||||
"fileIndex: $fileIndex, "
|
||||
"file: ${file.path}, "
|
||||
"shouldShowFavoriteBadge: $shouldShowFavoriteBadge, "
|
||||
"}";
|
||||
"fileIndex: $fileIndex, "
|
||||
"file: ${file.path}, "
|
||||
"shouldShowFavoriteBadge: $shouldShowFavoriteBadge, "
|
||||
"}";
|
||||
|
||||
final int fileIndex;
|
||||
final File file;
|
||||
|
|
Loading…
Reference in a new issue