From bfb109ad154899495a89f5485e95647195ce322c Mon Sep 17 00:00:00 2001
From: "deepsource-autofix[bot]"
 <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Date: Sat, 25 May 2024 14:06:48 +0000
Subject: [PATCH] style: format code with Prettier

This commit fixes the style issues introduced in 8c02e38 according to the output
from Prettier.

Details: None
---
 src/content/posts/code-examples.md | 2 +-
 src/styles/_reset.scss             | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/content/posts/code-examples.md b/src/content/posts/code-examples.md
index a410175..3681943 100644
--- a/src/content/posts/code-examples.md
+++ b/src/content/posts/code-examples.md
@@ -107,4 +107,4 @@ class Article(models.Model):
 
     def __str__(self):
         return self.title
-```
\ No newline at end of file
+```
diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss
index 66dccd7..42acc6d 100644
--- a/src/styles/_reset.scss
+++ b/src/styles/_reset.scss
@@ -27,12 +27,13 @@ body {
     color: $light;
 }
 
-ul[role='list'],
-ol[role='list'] {
+ul[role="list"],
+ol[role="list"] {
     list-style: none;
 }
 
-img, picture {
+img,
+picture {
     max-width: 100%;
     display: block;
 }