chore: format

This commit is contained in:
Adrian Castro
2024-04-20 15:23:31 +02:00
parent ac4e5cc6bd
commit 932dcddfc0

View File

@@ -90,12 +90,10 @@ const defineConfig = (): ExpoConfig => ({
[
"expo-pod-pinner",
{
"targetName": "movieweb",
"pods": [
{ "OpenSSL-Universal": "1.1.2200" }
]
}
]
targetName: "movieweb",
pods: [{ "OpenSSL-Universal": "1.1.2200" }],
},
],
],
});