From 798c14b46aaabe14fc84e756c6c0b8950d5b8c63 Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <patrick.marsceill@gmail.com>
Date: Thu, 21 May 2020 14:15:14 -0400
Subject: [PATCH] lint

---
 _sass/code.scss            | 2 +-
 assets/js/search-data.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_sass/code.scss b/_sass/code.scss
index 979b314a..18f7ea4f 100644
--- a/_sass/code.scss
+++ b/_sass/code.scss
@@ -14,8 +14,8 @@ code {
 pre.highlight,
 figure.highlight {
   padding: $sp-3;
-  margin-bottom: 0;
   margin-top: 0;
+  margin-bottom: 0;
   -webkit-overflow-scrolling: touch;
   background-color: $code-background-color;
 
diff --git a/assets/js/search-data.json b/assets/js/search-data.json
index 0532f7c6..8e1b9863 100644
--- a/assets/js/search-data.json
+++ b/assets/js/search-data.json
@@ -9,4 +9,4 @@
     "relUrl": "{{ page.url }}"
   }{% assign comma = true %}
   {% endif %}{% endfor %}
-}
\ No newline at end of file
+}
-- 
GitLab