Skip to content

Commit bdc7a21

Browse files
murrantStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 58e088b commit bdc7a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibreNMS/OS/Stellar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function discoverWirelessClients()
1818
$hardware = $this->getDevice()->hardware;
1919

2020
$ssid = [];
21-
$ssid_data = SnmpQuery::hideMib()->mibs([$hardware])->walk('apWlanEssid')->table(1);;
21+
$ssid_data = SnmpQuery::hideMib()->mibs([$hardware])->walk('apWlanEssid')->table(1);
2222

2323
foreach ($ssid_data as $ssid_entry) {
2424
if ($ssid_entry['apWlanEssid'] == 'athmon2') {

0 commit comments

Comments
 (0)