Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Oct 25, 2024
1 parent ece46ae commit d33a253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/.vitepress/browser-loader.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineLoader({
const lines = data.split("\n").filter((l) => !!l && !l.startsWith("#"));
browserRules = lines.join("").trim();
} catch (_) {
reject("could not read .browserslistrc")
reject("could not read .browserslistrc");
}

const fetchBrowserslistData = async () => {
Expand Down

0 comments on commit d33a253

Please sign in to comment.