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 4aca423 according to the output
from Prettier.

Details: #30
  • Loading branch information
deepsource-autofix[bot] authored Jun 17, 2024
1 parent 4aca423 commit 55af94e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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-themes/security)
- [ ] Set up `CodeCov`
- Visit Codecov and set up your repo
- Create [repository secret]((https://github.com/react18-tools/nextjs-themes/settings/secrets/actions)) for `CODECOV_TOKEN`
- Create [repository secret](<(https://github.com/react18-tools/nextjs-themes/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: 0 additions & 2 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ export default MyComponent() {

This library is licensed under the MPL-2.0 open-source license.



> <img src="https://github.com/react18-tools/nextjs-themes/blob/main/popper.png?raw=true" style="height: 20px"/> Please consider enrolling in [our courses](https://mayank-chaudhari.vercel.app/courses) or [sponsoring](https://github.com/sponsors/mayank1513) our work.

<hr />
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-theme";
export * from "./use-theme";

0 comments on commit 55af94e

Please sign in to comment.