Skip to content

Commit

Permalink
Trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
martyfuhry committed Feb 10, 2024
1 parent b816ddc commit f6ab532
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mobile/lib/shared/ui/immich_image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,10 @@ class ImmichImage extends StatelessWidget {
// Precache the remote image since we are not using local images
return precacheImage(
remoteThumbnailProvider(
asset, type, {"x-immich-user-token": accessToken}),
asset,
type,
{"x-immich-user-token": accessToken},
),
context,
);
}
Expand Down

0 comments on commit f6ab532

Please sign in to comment.