Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 31, 2024
1 parent 1dc167b commit e837948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dark-mode/app/utils/theme-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const clientThemeCode = `
})();
`
// Remove double slash comments & replace excess white space with a single space.
.replace(/((?<=[^:])\/\/.*|\s)+/g, ' ')
.replace(/((?<=[^:])\/\/.*|\s)+/g, " ")
.trim();

const themeStylesCode = `
Expand Down

0 comments on commit e837948

Please sign in to comment.