diff --git a/LibreNMS/Alert/Transport/Gitlab.php b/LibreNMS/Alert/Transport/Gitlab.php index d71ad9c0e8ce..93a0b043585c 100644 --- a/LibreNMS/Alert/Transport/Gitlab.php +++ b/LibreNMS/Alert/Transport/Gitlab.php @@ -40,8 +40,7 @@ public function deliverAlert($obj, $opts) public function contactGitlab($obj, $opts) { // Don't create tickets for resolutions - if ($obj['state'] != 0) { - + if ($obj['state'] != 0) { $device = device_by_id_cache($obj['device_id']); // for event logging $project_id = $opts['project-id'];