diff --git a/rc_util.py b/rc_util.py
index 8150a5410163707812709a18b3546be833c9b0bc..0741cd18fb4f3cf91321c88fe4af0a11e6532a3d 100644
--- a/rc_util.py
+++ b/rc_util.py
@@ -30,7 +30,7 @@ def add_account(username, queuename, email, full="", reason=""):
         }
     )
     rc_rmq.disconnect()
-    
+
 
 def worker(ch, method, properties, body):
     msg = json.loads(body)