From 83e9ee1f74669aa5362583550c9022f74b4c8cc0 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sun, 27 Mar 2022 09:49:40 +0000
Subject: [PATCH] style: format code with prettier and increase whitespace

---
 layouts/shortcodes/notice.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/shortcodes/notice.html b/layouts/shortcodes/notice.html
index 3d8240b..27b7db0 100644
--- a/layouts/shortcodes/notice.html
+++ b/layouts/shortcodes/notice.html
@@ -19,7 +19,7 @@
     {{ end }}"
   >
     {{- i18n $noticeType -}}
-</span>
+  </span>
   {{- $noteContent := (markdownify .Inner | chomp) -}}
   <div class="notice__content">
     {{ $noteContent }}

--
Gitblit v1.10.0