diff --git a/_includes/components/index-card.html b/_includes/components/index-card.html
index 7f3370c965..2d0a460afa 100644
--- a/_includes/components/index-card.html
+++ b/_includes/components/index-card.html
@@ -18,4 +18,4 @@
{{ include.title }}
{% if include.flag %}
{{ include.flag }}
{% endif %}
-
\ No newline at end of file
+
diff --git a/assets/js/index.js b/assets/js/index.js
index c44b06cd59..d03976209b 100644
--- a/assets/js/index.js
+++ b/assets/js/index.js
@@ -48,4 +48,4 @@ $(document).ready(function() {
});
}
}
-});
\ No newline at end of file
+});