diff --git a/app/lib/widget/photo_list_item.dart b/app/lib/widget/photo_list_item.dart index 748c49ba..bac1e3d8 100644 --- a/app/lib/widget/photo_list_item.dart +++ b/app/lib/widget/photo_list_item.dart @@ -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;