Skip to content

Commit

Permalink
Remove .trim
Browse files Browse the repository at this point in the history
  • Loading branch information
ProchaLu committed Jan 24, 2025
1 parent decbd22 commit a6a2863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/expo-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ await writeFile(
const config: ExpoConfig = ${JSON.stringify(appJson.expo, null, 2)};
export default config;`.trim(),
export default config;`,
{
parser: 'typescript',
singleQuote: true,
Expand Down

0 comments on commit a6a2863

Please sign in to comment.