@@ -185,7 +185,7 @@ |
||
| 185 | 185 | /** |
| 186 | 186 | * {@inheritdoc} |
| 187 | 187 | */ |
| 188 | - public function foreach(\Closure $function): SetInterface |
|
| 188 | + public function foreach (\Closure $function): SetInterface |
|
| 189 | 189 | { |
| 190 | 190 | $this->values->foreach($function); |
| 191 | 191 | |