Format code

This commit is contained in:
Ming Ming 2022-06-12 02:56:07 +08:00
parent 12e4118b99
commit 534fcc7546

View file

@ -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;