@@ -73,7 +73,7 @@ |
||
73 | 73 | |
74 | 74 | // query whether or not a configuration parser mapping is available |
75 | 75 | if (isset($this->parserMappings[$format])) { |
76 | - return $this->container->get( $this->parserMappings[$format]); |
|
76 | + return $this->container->get($this->parserMappings[$format]); |
|
77 | 77 | } |
78 | 78 | |
79 | 79 | // throw an exception, if NO mapping for the passed format has been available |