Skip to content

Commit b2fc1b5

Browse files
Fixed code-style
1 parent c26b233 commit b2fc1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transformers/Stats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected function avg(array $values): array
7070

7171
return [
7272
'time' => array_sum($this->arr->pluck($values, 'time')) / count($values),
73-
'ram' => array_sum($this->arr->pluck($values, 'ram')) / count($values),
73+
'ram' => array_sum($this->arr->pluck($values, 'ram')) / count($values),
7474
];
7575
}
7676

0 commit comments

Comments
 (0)