chore: Add a new line at the end of theme.js for consistency

This commit is contained in:
2026-09-07 13:17:04 +02:00
parent 61af688ff3
commit 6d6833a417
+1
View File
@@ -33,3 +33,4 @@ document.addEventListener('DOMContentLoaded', () => {
const current = document.documentElement.getAttribute('data-theme') || 'dark'; const current = document.documentElement.getAttribute('data-theme') || 'dark';
updateThemeButton(current); updateThemeButton(current);
}); });