diff options
| author | ST-DDT <[email protected]> | 2022-06-01 19:43:02 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-01 17:43:02 +0000 |
| commit | f408d426f256547622e8f5ea4e5c5304b994a0ee (patch) | |
| tree | d9f3cdafbb4147368a1e067f70774b7bee84daa0 /scripts | |
| parent | 48f674ce591e921b65ef9966cba72b594098a6cc (diff) | |
| download | faker-f408d426f256547622e8f5ea4e5c5304b994a0ee.tar.xz faker-f408d426f256547622e8f5ea4e5c5304b994a0ee.zip | |
chore: remove superfluous newline from generate:locales script (#1027)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/generateLocales.ts | 2 |
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( |
