Skip to content

Commit 3e01bb6

Browse files
committed
trim extra space
1 parent eb029a0 commit 3e01bb6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib/const.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function getConfig() {
228228
export default [
229229
...js.configs.recommended,
230230
getConfig()
231-
];`;
231+
];`.trim();
232232

233233
export const defaultJsonCode = `
234234
/**
@@ -253,5 +253,4 @@ export const defaultJsonCode = `
253253
"key2": {
254254
"key3": [1, 2, "3", 1e10, 1e-3]
255255
}
256-
}
257-
`
256+
}`.trim();

0 commit comments

Comments
 (0)