Skip to content

Commit 65337ef

Browse files
murrantStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 1f95c4d commit 65337ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LibreNMS/OS/ArubaInstant.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public function discoverProcessors(): array
8080
$mac = Mac::parse($aiAPMACAddress);
8181
$oid = '.1.3.6.1.4.1.14823.2.3.3.1.2.1.1.7.' . $mac->oid();
8282
$description = $data['AI-AP-MIB::aiAPSerialNum'];
83+
8384
return Processor::discover('aruba-instant', $this->getDeviceId(), $oid, $mac->hex(), $description, 1, $data['AI-AP-MIB::aiAPCPUUtilization']);
8485
})->all();
8586
}

0 commit comments

Comments
 (0)