Skip to content

Commit

Permalink
Removed whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ynohtna92 authored May 23, 2021
1 parent 1901a22 commit 47aa757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function decode(FilterChange $filterChange) {
$indexedValues = array_slice($filterChange->topics, 1);
$offset = 0;

foreach ($this->inputs as $i => $param) {
foreach ($this->inputs as $i => $param) {
if ($param->indexed) {
$values[$param->name] = $indexedValues[$i - $offset]->convertByAbi($param->type);
}
Expand Down

0 comments on commit 47aa757

Please sign in to comment.