Completed
Push — master ( 9c7c42...b20e86 )
by Hyunwoo
02:28
created
lib/Gnf/db/base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -399,7 +399,7 @@
 block discarded – undo
399 399
 		$fullsized_column_items = explode('.', $fullsized_column);
400 400
 		array_pop($fullsized_column_items);
401 401
 		$fullsized_column_items = array_map(
402
-			function ($item) {
402
+			function($item) {
403 403
 				return self::escapeFullColumnElement($item);
404 404
 			},
405 405
 			$fullsized_column_items
Please login to merge, or discard this patch.