diff --git a/docs/CNAME b/docs/CNAME
index acb60ea..07a799c 100644
--- a/docs/CNAME
+++ b/docs/CNAME
@@ -1 +1 @@
-nix-community.org
\ No newline at end of file
+nix-community.org
diff --git a/hosts/build02/supervisor.py b/hosts/build02/supervisor.py
index fbf9d9e..68e0c16 100644
--- a/hosts/build02/supervisor.py
+++ b/hosts/build02/supervisor.py
@@ -296,7 +296,7 @@ class Storage:
 
                 CREATE TRIGGER `log_insert_started`
                 AFTER INSERT
-                ON `log` 
+                ON `log`
                 BEGIN
                     UPDATE `queue` SET
                         `last_started` = NEW.`started`
@@ -305,7 +305,7 @@ class Storage:
 
                 CREATE TRIGGER `log_update_started`
                 AFTER UPDATE OF `started`
-                ON `log` 
+                ON `log`
                 BEGIN
                     UPDATE `queue` SET
                         `last_started` = NEW.`started`