Browse Source

add missing trailing comma

covalent 2 years ago
parent
commit
c9a0e73d87
1 changed files with 2 additions and 1 deletions
  1. 2 1
      mobile/lib/shared/ui/immich_image.dart

+ 2 - 1
mobile/lib/shared/ui/immich_image.dart

@@ -125,7 +125,8 @@ class ImmichImage extends StatelessWidget {
             error.statusCode >= 400 &&
             error.statusCode < 500) {
           debugPrint(
-              "Evicting thumbnail '$thumbnailRequestUrl' from cache: $error");
+            "Evicting thumbnail '$thumbnailRequestUrl' from cache: $error",
+          );
           CachedNetworkImage.evictFromCache(thumbnailRequestUrl);
         }
         return Icon(