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 @override
toString() => "$runtimeType {" toString() => "$runtimeType {"
"fileIndex: $fileIndex, " "fileIndex: $fileIndex, "
"file: ${file.path}, " "file: ${file.path}, "
"shouldShowFavoriteBadge: $shouldShowFavoriteBadge, " "shouldShowFavoriteBadge: $shouldShowFavoriteBadge, "
"}"; "}";
final int fileIndex; final int fileIndex;
final File file; final File file;