| @@ -49,7 +49,7 @@ | ||
| 49 | 49 | new \Symfony\Component\Validator\Constraints\Uuid() | 
| 50 | 50 | ); | 
| 51 | 51 | |
| 52 | - if (count($errors) > 0) | |
| 52 | + if(count($errors) > 0) | |
| 53 | 53 |          { | 
| 54 | 54 | throw new Exceptions\InvalidUuid($string); | 
| 55 | 55 | } |