From f2d3cc3b4bd9789156798a46cca74b2cf1d60f16 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 11:39:36 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in a09d21f according to the output from Prettier. Details: None --- astro.config.mjs | 2 +- src/content/posts/markdown-cheat-sheet.md | 6 +++--- src/styles/_header.scss | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 9afef05..d474344 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,4 +11,4 @@ export default defineConfig({ theme: syntaxTheme, }, }, -}) +}); diff --git a/src/content/posts/markdown-cheat-sheet.md b/src/content/posts/markdown-cheat-sheet.md index 654c607..0b66d2a 100644 --- a/src/content/posts/markdown-cheat-sheet.md +++ b/src/content/posts/markdown-cheat-sheet.md @@ -84,9 +84,9 @@ These elements extend the basic syntax by adding additional features. Not all Ma ```json { - "firstName": "John", - "lastName": "Smith", - "age": 25 + "firstName": "John", + "lastName": "Smith", + "age": 25 } ``` diff --git a/src/styles/_header.scss b/src/styles/_header.scss index e3fae39..62bb7cd 100644 --- a/src/styles/_header.scss +++ b/src/styles/_header.scss @@ -6,4 +6,4 @@ > h1 { margin-bottom: calc((16px - 4px) * -1); } -} \ No newline at end of file +}