Skip to content

Commit

Permalink
fix perl critics
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Oct 2, 2024
1 parent 7f1daf4 commit 4badfa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Thruk/Backend/Manager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ sub get_peers_by_tags {
} elsif($b->{'tags'}->{$t}) {
$found = 1;
}
};
}

next unless $found;
push @peers, $b;
Expand Down
1 change: 1 addition & 0 deletions lib/Thruk/Backend/Peer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use Carp;
use Scalar::Util qw/weaken/;

use Thruk::Backend::Manager ();
use Thruk::Base ();

## no lint
use Thruk::Backend::Provider::Livestatus ();
Expand Down

0 comments on commit 4badfa7

Please sign in to comment.