From 50c39755fda51b37ed1fe7bc54dc2092742cb0cf Mon Sep 17 00:00:00 2001 From: booosy Date: Wed, 24 Aug 2022 01:04:26 -0700 Subject: [PATCH] Add trailing newlines --- files/assets/css/main.css | 2 +- files/assets/js/search.js | 2 +- files/templates/search.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index a299089c4..cd1e5277f 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6250,4 +6250,4 @@ div.custom-control:last-of-type { border-radius: 3px; padding: 6px; width: 150px; -} \ No newline at end of file +} diff --git a/files/assets/js/search.js b/files/assets/js/search.js index 3f70b202d..2c3e73fa3 100644 --- a/files/assets/js/search.js +++ b/files/assets/js/search.js @@ -5,4 +5,4 @@ function addParam(e) { let searchInput = document.querySelector("#large_searchbar input"); searchInput.value = `${searchInput.value} ${param}:`; searchInput.focus(); -} \ No newline at end of file +} diff --git a/files/templates/search.html b/files/templates/search.html index 3fd7a9b43..3c007d6ff 100644 --- a/files/templates/search.html +++ b/files/templates/search.html @@ -220,4 +220,4 @@ - {% endblock %} \ No newline at end of file + {% endblock %}