diff --git a/_includes/title.html b/_includes/title.html
index f6d566937aa74477f4d6ea6409fce0e039ce3d33..35b2c6cf7da9ad9a65c22bac7d4c578dbdc09986 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 cc6187addf3034552467d9841b89b40404a9a631..3f8f226a1202e61261d43697b24073c9f7a5bd60 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 3f5bd6bfc9f54fda022f794de4d0157b1ee9b33f..ac92fb1524cad7d6482e68bfe43b492302c6c67a 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 336d74e0e1fe4fb412ccdb3320285168f05d722a..ac69688df081e0a8cac2cf54665779b1b87841b7 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" %}