From e1ae9136e10acab133a6094035ce0f8d6f319ea7 Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Sat, 10 Feb 2024 09:23:41 +0100 Subject: [PATCH] chore: prettier --- apps/expo/repo.config.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/apps/expo/repo.config.json b/apps/expo/repo.config.json index 084c5e5..63ab1f8 100644 --- a/apps/expo/repo.config.json +++ b/apps/expo/repo.config.json @@ -1,16 +1,16 @@ { - "apps": [ - { - "name": "movie-web", - "bundleIdentifier": "dev.movieweb.app", - "filename": "movie-web.ipa", - "githubOwner": "movie-web", - "githubRepository": "native-app", - "developerName": "movie-web", - "subtitle": "A small app for watching movies and shows easily", - "localizedDescription": "This service works by displaying video files from third-party providers inside an intuitive and aesthetic user interface.", - "iconURL": "https://github.com/movie-web/native-app/blob/master/apps/expo/assets/images/icon.png?raw=true", - "tintColor": "a87fd1" - } - ] -} \ No newline at end of file + "apps": [ + { + "name": "movie-web", + "bundleIdentifier": "dev.movieweb.app", + "filename": "movie-web.ipa", + "githubOwner": "movie-web", + "githubRepository": "native-app", + "developerName": "movie-web", + "subtitle": "A small app for watching movies and shows easily", + "localizedDescription": "This service works by displaying video files from third-party providers inside an intuitive and aesthetic user interface.", + "iconURL": "https://github.com/movie-web/native-app/blob/master/apps/expo/assets/images/icon.png?raw=true", + "tintColor": "a87fd1" + } + ] +}