Completed
Push — master ( 4e8078...fd8f4b )
by Nazar
04:30
created
core/classes/Page/Assets/Cache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
 		/** @noinspection PhpUndefinedVariableInspection */
198 198
 		$content .= array_reduce($files, $callback);
199 199
 		if ($extension == 'html') {
200
-			$content   = Assets_processing::html($content, '', PUBLIC_CACHE, $vulcanization);
200
+			$content = Assets_processing::html($content, '', PUBLIC_CACHE, $vulcanization);
201 201
 		}
202 202
 		return $content;
203 203
 	}
Please login to merge, or discard this patch.