From 634f1c01f7891787921bf259c93da56a2949211c Mon Sep 17 00:00:00 2001 From: Drew Hynes Date: Fri, 30 Nov 2018 18:35:07 -0500 Subject: [PATCH] changed tabs to spaces --- LibreNMS/Alert/Transport/Gitlab.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'];