Fix styling
This commit is contained in:
committed by
github-actions[bot]
parent
1d0a1ab16a
commit
dc4916dc19
@@ -487,6 +487,7 @@ $schema://$host {
|
||||
$parsedCollection = collect($cpu)->flatMap(function ($item) {
|
||||
return collect(explode("\n", trim($item)))->map(function ($line) {
|
||||
[$time, $value] = explode(',', trim($line));
|
||||
|
||||
return [(int) $time, (float) $value];
|
||||
});
|
||||
})->toArray();
|
||||
|
||||
Reference in New Issue
Block a user