Skip to content

Commit

Permalink
style: format code with Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 9efe80a according to the output
from Prettier.

Details: None
  • Loading branch information
deepsource-autofix[bot] committed Jun 9, 2024
1 parent 9efe80a commit 2501228
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- [ ] 🌟 Enable [private vulnerability reporting](https://github.com/react18-tools/nextjs-darkmode/security)
- [ ] Set up `CodeCov`
- Visit Codecov and set up your repo
- Create [repository secret]((https://github.com/react18-tools/nextjs-darkmode/settings/secrets/actions)) for `CODECOV_TOKEN`
- Create [repository secret](<(https://github.com/react18-tools/nextjs-darkmode/settings/secrets/actions)>) for `CODECOV_TOKEN`
- [ ] Set up `CodeClimate`
- Visit CodeClimate and set up your repo
- Create [repository secret] for `CC_TEST_REPORTER_ID`
Expand Down
2 changes: 1 addition & 1 deletion lib/src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// hooks exports
export * from "./use-mode";
export * from "./use-mode";
2 changes: 1 addition & 1 deletion lib/src/server/server-target/server-target.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.server-target {
/* create your container styles here */
}
}

0 comments on commit 2501228

Please sign in to comment.