@@ -87,7 +87,7 @@ |
||
87 | 87 | * |
88 | 88 | * @return self<T, S> |
89 | 89 | */ |
90 | - public function foreach(callable $function): self; |
|
90 | + public function foreach (callable $function): self; |
|
91 | 91 | |
92 | 92 | /** |
93 | 93 | * Return a new map of pairs' sequences grouped by keys determined with the given |