Skip to content

Commit e837948

Browse files
chore: format
1 parent 1dc167b commit e837948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dark-mode/app/utils/theme-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const clientThemeCode = `
124124
})();
125125
`
126126
// Remove double slash comments & replace excess white space with a single space.
127-
.replace(/((?<=[^:])\/\/.*|\s)+/g, ' ')
127+
.replace(/((?<=[^:])\/\/.*|\s)+/g, " ")
128128
.trim();
129129

130130
const themeStylesCode = `

0 commit comments

Comments
 (0)