Skip to content
Snippets Groups Projects
Commit 7958c847 authored by Tibo's avatar Tibo
Browse files

Fix style

parent 106b1d54
Branches temperature
No related tags found
1 merge request!6Temperature
Pipeline #3304 passed
......@@ -44,7 +44,7 @@ class CPUtemperature extends \App\AbstractSensor
if ($CPUTemp->value > 100) {
$status = self::STATUS_WARNING;
}
$all_status[] = $status;
$all_status[] = $status;
}
return max($all_status);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment