@@ -172,7 +172,7 @@ |
||
| 172 | 172 | |
| 173 | 173 | $datastore = $this->dataStore; |
| 174 | 174 | $instrumentIds = array_map( |
| 175 | - function ($name) use ($datastore) { |
|
| 175 | + function($name) use ($datastore) { |
|
| 176 | 176 | $instrument = $datastore->fetchInstrumentByName($name); |
| 177 | 177 | return $instrument ? $instrument->getId() : null; |
| 178 | 178 | }, |