Passed
Push — develop-webpack ( 7a1ea0...251399 )
by Daniel
04:27
created
cron/blocks_cleanup.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
 	private function clean_styles()
93 93
 	{
94 94
 		$routes_ary	= $this->manager->get_routes_per_style();
95
-		$style_ids	= $this->get_style_ids();
95
+		$style_ids = $this->get_style_ids();
96 96
 		$col_widths	= (array) json_decode($this->config['sitemaker_column_widths'], true);
97 97
 
98 98
 		$routes = array();
Please login to merge, or discard this patch.