| @@ -72,7 +72,7 @@ | ||
| 72 | 72 | $this->propertyAccessor->getValue($data, '[faceAttributes][makeup][lipMakeup]') | 
| 73 | 73 | ), | 
| 74 | 74 | array_map( | 
| 75 | -                function (array $accessoryData) { | |
| 75 | +                function(array $accessoryData) { | |
| 76 | 76 | return new Accessory($accessoryData['type']); | 
| 77 | 77 | }, | 
| 78 | 78 | $this->propertyAccessor->getValue($data, '[faceAttributes][accessories]') |