aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2022-06-01 19:43:02 +0200
committerGitHub <[email protected]>2022-06-01 17:43:02 +0000
commitf408d426f256547622e8f5ea4e5c5304b994a0ee (patch)
treed9f3cdafbb4147368a1e067f70774b7bee84daa0 /scripts
parent48f674ce591e921b65ef9966cba72b594098a6cc (diff)
downloadfaker-f408d426f256547622e8f5ea4e5c5304b994a0ee.tar.xz
faker-f408d426f256547622e8f5ea4e5c5304b994a0ee.zip
chore: remove superfluous newline from generate:locales script (#1027)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generateLocales.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generateLocales.ts b/scripts/generateLocales.ts
index 9fd3256b..fbed8821 100644
--- a/scripts/generateLocales.ts
+++ b/scripts/generateLocales.ts
@@ -173,7 +173,7 @@ function generateLocalesIndexFile(
content.push(
`import type { ${type.replace(/\[.*/, '')} } from '..${'/..'.repeat(
depth
- )}';\n`
+ )}';`
);
}
content.push(