| @@ -300,7 +300,7 @@ | ||
| 300 | 300 | return $product->getVariants()[0]; | 
| 301 | 301 | } | 
| 302 | 302 | |
| 303 | -        if ($product->hasOptions()){ | |
| 303 | +        if ($product->hasOptions()) { | |
| 304 | 304 |              return $this->getVariant($request->request->get('options'), $product); | 
| 305 | 305 | } | 
| 306 | 306 | |