diff --git a/README.md b/README.md
index 6f390fa..62edfd6 100644
--- a/README.md
+++ b/README.md
@@ -37,4 +37,3 @@ Or alternatively with `/addwidget`:
```
/addwidget https://goodtimer.lubiland.de/#2020-11-24T00:00+01:00
```
-
diff --git a/index.html b/index.html
index 3770cc1..a91d372 100644
--- a/index.html
+++ b/index.html
@@ -16,4 +16,4 @@
-
\ No newline at end of file
+
diff --git a/main.css b/main.css
index 8e45ff6..2869691 100644
--- a/main.css
+++ b/main.css
@@ -3,4 +3,4 @@ body {
color: #0f0;
font-family: monospace;
font-size: 3rem;
-}
\ No newline at end of file
+}
diff --git a/main.js b/main.js
index 394fffe..267a8a3 100644
--- a/main.js
+++ b/main.js
@@ -33,4 +33,4 @@ const update_all = () => {
document.getElementById('output').innerHTML = countdown(hash_date);
}
update_all();
-setInterval(update_all, 500);
\ No newline at end of file
+setInterval(update_all, 500);