Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 58e5452

Browse files
authored
fix formatting
1 parent 983ae1b commit 58e5452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class Config {
137137
if (!item) return item;
138138
const fixRecord = (r: Record<string, any>) => {
139139
for (const key in r) {
140-
if (typeof r[key] !== 'string') {
140+
if (typeof r[key] !== "string") {
141141
r[key] = String(r[key]);
142142
}
143143
}

0 commit comments

Comments
 (0)