Passed
Pull Request — master (#198)
by Aimeos
04:26
created
templates/client/html/catalog/detail/body.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 	{
55 55
 		if( $product = $listItem->getRefItem() ) {
56 56
 			$varAttr[$product->getId()] = $product->getRefItems( 'attribute', null, 'variant' )->col( 'attribute.id', 'attribute.type' );
57
-    }
57
+	}
58 58
   }
59 59
 }
60 60
 
Please login to merge, or discard this patch.