@@ -40,7 +40,7 @@ |
||
| 40 | 40 | /** @var Pool $pool */ |
| 41 | 41 | $pool = $options[self::class][Options::POOL]; |
| 42 | 42 | |
| 43 | - return $pool->allocateOne()->then(function (Allocation $allocation) use ($request, $transactionId) { |
|
| 43 | + return $pool->allocateOne()->then(function(Allocation $allocation) use ($request, $transactionId) { |
|
| 44 | 44 | $this->allocations[$transactionId] = $allocation; |
| 45 | 45 | |
| 46 | 46 | return resolve($request); |