Passed
Push — master ( db1edc...7fc72d )
by Aimeos
03:29
created
client/jsonapi/src/Client/JsonApi/Catalog/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
 			 */
137 137
 			$deep = $view->config( 'client/jsonapi/catalog/deep', false );
138 138
 
139
-			$level = $deep ? \Aimeos\MW\Tree\Manager\Base::LEVEL_TREE :  \Aimeos\MW\Tree\Manager\Base::LEVEL_LIST;
139
+			$level = $deep ? \Aimeos\MW\Tree\Manager\Base::LEVEL_TREE : \Aimeos\MW\Tree\Manager\Base::LEVEL_LIST;
140 140
 		}
141 141
 
142 142
 		$total = 1;
Please login to merge, or discard this patch.