From 1e05a166f13a718e443e20fad33dc968e8727270 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Mon, 31 Mar 2025 13:25:01 +0200 Subject: [PATCH] Host::GetSeverity(): remove empty line at end of method --- lib/icinga/host.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/icinga/host.cpp b/lib/icinga/host.cpp index b85f8ccc9..e50ba9b6f 100644 --- a/lib/icinga/host.cpp +++ b/lib/icinga/host.cpp @@ -197,7 +197,6 @@ int Host::GetSeverity() const } return severity; - } bool Host::IsStateOK(ServiceState state) const