From 45de51ce30f6728ae37b39a0a50fcaeeea653aaf Mon Sep 17 00:00:00 2001
From: mirabilos <thorsten.glaser@teckids.org>
Date: Fri, 3 Jan 2020 10:50:33 +0100
Subject: [PATCH] Fix whitespace at EOL/EOF

Ensure there is no trailing whitespace on lines
and the last line of a file ends with a newline.
---
 biscuit/apps/mensa/templates/menu/upload.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biscuit/apps/mensa/templates/menu/upload.html b/biscuit/apps/mensa/templates/menu/upload.html
index 34ce296..8afe1c8 100644
--- a/biscuit/apps/mensa/templates/menu/upload.html
+++ b/biscuit/apps/mensa/templates/menu/upload.html
@@ -44,4 +44,4 @@
         <a href="{% url 'menu_index' %}" class="waves-effect waves-teal btn-flat">Zurück zur Übersicht</a>
     </p>
 </main>
-{% include 'partials/footer.html' %}
\ No newline at end of file
+{% include 'partials/footer.html' %}
-- 
GitLab