Skip to content

Commit

Permalink
changed tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dword4 committed Nov 30, 2018
1 parent b4607e4 commit 634f1c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions LibreNMS/Alert/Transport/Gitlab.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down

0 comments on commit 634f1c0

Please sign in to comment.