From 25012289909f53620b7405f2cda3d9fbafb332bc Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 09:55:29 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in 9efe80a according to the output from Prettier. Details: None --- TODO.md | 2 +- lib/src/hooks/index.ts | 2 +- lib/src/server/server-target/server-target.module.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 3473a7b5..d0cafa29 100644 --- a/TODO.md +++ b/TODO.md @@ -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` diff --git a/lib/src/hooks/index.ts b/lib/src/hooks/index.ts index 38ca4083..21044744 100644 --- a/lib/src/hooks/index.ts +++ b/lib/src/hooks/index.ts @@ -1,2 +1,2 @@ // hooks exports -export * from "./use-mode"; \ No newline at end of file +export * from "./use-mode"; diff --git a/lib/src/server/server-target/server-target.module.scss b/lib/src/server/server-target/server-target.module.scss index 60c02ad4..470ee7fa 100644 --- a/lib/src/server/server-target/server-target.module.scss +++ b/lib/src/server/server-target/server-target.module.scss @@ -1,3 +1,3 @@ .server-target { /* create your container styles here */ -} \ No newline at end of file +}