Fix formatting (#1725)

This commit is contained in:
Vishnu Mohandas 2024-02-17 14:04:13 +05:30 committed by GitHub
commit de0fd5aa27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,8 +154,10 @@ class UpdateService {
);
}
return Platform.isAndroid
? const Tuple2("Google Play",
"https://play.google.com/store/apps/details?id=io.ente.photos")
? const Tuple2(
"Google Play",
"https://play.google.com/store/apps/details?id=io.ente.photos",
)
: const Tuple2(
"App Store",
"https://apps.apple.com/in/app/ente-photos/id1542026904",