From d549d37e6faac68cfeba7cec13e35d306d47fee5 Mon Sep 17 00:00:00 2001
From: Silvio Giebl <silvio.giebl@hivemq.com>
Date: Thu, 15 Aug 2019 20:12:57 +0200
Subject: [PATCH] Fixed missing new lines

---
 _includes/title.html                | 2 +-
 _layouts/table_wrappers.html        | 2 +-
 assets/css/just-the-docs-dark.scss  | 2 +-
 assets/css/just-the-docs-light.scss | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/_includes/title.html b/_includes/title.html
index f6d56693..35b2c6cf 100644
--- a/_includes/title.html
+++ b/_includes/title.html
@@ -1 +1 @@
-{{ site.title }}
\ No newline at end of file
+{{ site.title }}
diff --git a/_layouts/table_wrappers.html b/_layouts/table_wrappers.html
index cc6187ad..3f8f226a 100644
--- a/_layouts/table_wrappers.html
+++ b/_layouts/table_wrappers.html
@@ -4,4 +4,4 @@ layout: vendor/compress
 
 {% assign content_ = content | replace: '<table', '<div class="table-wrapper"><table' %}
 {% assign content_ = content_ | replace: '</table>', '</table></div>' %}
-{{ content_ }}
\ No newline at end of file
+{{ content_ }}
diff --git a/assets/css/just-the-docs-dark.scss b/assets/css/just-the-docs-dark.scss
index 3f5bd6bf..ac92fb15 100644
--- a/assets/css/just-the-docs-dark.scss
+++ b/assets/css/just-the-docs-dark.scss
@@ -1,3 +1,3 @@
 ---
 ---
-{% include css/just-the-docs.scss.liquid color_scheme="dark" %}
\ No newline at end of file
+{% include css/just-the-docs.scss.liquid color_scheme="dark" %}
diff --git a/assets/css/just-the-docs-light.scss b/assets/css/just-the-docs-light.scss
index 336d74e0..ac69688d 100644
--- a/assets/css/just-the-docs-light.scss
+++ b/assets/css/just-the-docs-light.scss
@@ -1,3 +1,3 @@
 ---
 ---
-{% include css/just-the-docs.scss.liquid color_scheme="light" %}
\ No newline at end of file
+{% include css/just-the-docs.scss.liquid color_scheme="light" %}
-- 
GitLab