Skip to content

Commit 7d9ec33

Browse files
authored
Merge pull request #205 from murrant/analysis-BopZL7
Apply fixes from StyleCI
2 parents 4e32ec9 + 8dba2e3 commit 7d9ec33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibreNMS/OS/Timos.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ public function discoverMplsPaths($lsps): Collection
184184
'TIMETRA-MPLS-MIB::vRtrMplsLspPathLastChange',
185185
])->mapTable(function ($value, $vrf_oid, $lsp_oid, $path_oid) use ($lsps) {
186186
$lsp_id = $lsps->where('lsp_oid', $lsp_oid)->firstWhere('vrf_oid', $vrf_oid)->lsp_id;
187+
187188
return new MplsLspPath([
188189
'lsp_id' => $lsp_id,
189190
'path_oid' => $path_oid,
@@ -633,7 +634,6 @@ public function pollMplsSaps($svcs): Collection
633634
'sapLastMgmtChange' => round($value['sapLastMgmtChange'] / 100),
634635
'sapLastStatusChange' => round($value['sapLastStatusChange'] / 100),
635636
]);
636-
637637
});
638638
}
639639

0 commit comments

Comments
 (0)