diff --git a/config.ru b/config.ru
index d3c6e30499857fb45ec043dc5240078f5b1fa4a0..530d8e32377846f1bd4352219c696e2054dba149 100644
--- a/config.ru
+++ b/config.ru
@@ -17,7 +17,6 @@ end
 
 require ::File.expand_path('../config/environment', __FILE__)
 
-
 # The following is necessary to ensure stale Prometheus metrics don't accumulate over time.
 # It needs to be done as early as here to ensure metrics files aren't deleted.
 # After we hit our app in `warmup`, first metrics and corresponding files already being created,