Skip to content

Commit c40eb10

Browse files
committed
Removed whitespaces
1 parent 1eac373 commit c40eb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function decode(FilterChange $filterChange) {
4141
$indexedValues = array_slice($filterChange->topics, 1);
4242
$offset = 0;
4343

44-
foreach ($this->inputs as $i => $param) {
44+
foreach ($this->inputs as $i => $param) {
4545
if ($param->indexed) {
4646
$values[$param->name] = $indexedValues[$i - $offset]->convertByAbi($param->type);
4747
}

0 commit comments

Comments
 (0)