Skip to content

Commit 752d1dc

Browse files
ST-DDTMinozzzi
authored andcommitted
chore: remove superfluous newline from generate:locales script (faker-js#1027)
1 parent 867a755 commit 752d1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generateLocales.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function generateLocalesIndexFile(
173173
content.push(
174174
`import type { ${type.replace(/\[.*/, '')} } from '..${'/..'.repeat(
175175
depth
176-
)}';\n`
176+
)}';`
177177
);
178178
}
179179
content.push(

0 commit comments

Comments
 (0)