add missing trailing comma
This commit is contained in:
parent
67c7a5a2ff
commit
c9a0e73d87
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue