diff --git a/sbws/lib/relayprioritizer.py b/sbws/lib/relayprioritizer.py
index c2f074bc7b352a552364e58064cad95fcdfcb275..fbcd4e2fafdac753d59a324d0f2d0abb471a868b 100644
--- a/sbws/lib/relayprioritizer.py
+++ b/sbws/lib/relayprioritizer.py
@@ -89,7 +89,7 @@ class RelayPrioritizer:
         fn_tstop = Decimal(time.time())
         fn_tdelta = (fn_tstop - fn_tstart) * 1000
         self.log.info('Spent {0:.3f} msecs calculating relay best priority'.
-                        format(fn_tdelta))
+                      format(fn_tdelta))
         # Finally, slowly return the relays to the caller (after removing the
         # priority member we polluted the variable with ...)
         for relay in relays[0:cutoff]: