Skip to content

Commit f408d42

Browse files
authored
chore: remove superfluous newline from generate:locales script (#1027)
1 parent 48f674c commit f408d42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)