| @@ -63,7 +63,7 @@ | ||
| 63 | 63 | public function fromOnly(Map $map, object ...$objects): State | 
| 64 | 64 |      { | 
| 65 | 65 | return StateRepresentation::with(EntityStates::list(...extractWith( | 
| 66 | -            function (object $entity) use ($map): RepresentsEntity { | |
| 66 | +            function(object $entity) use ($map): RepresentsEntity { | |
| 67 | 67 | return $this->stateOfThe($entity, $map); | 
| 68 | 68 | }, $objects | 
| 69 | 69 | )), $map); |