From 99a4dc43bdedeb21880214d98e98642676285a8e Mon Sep 17 00:00:00 2001 From: Sebastian Grund Date: Tue, 24 Sep 2024 17:32:44 +0200 Subject: [PATCH] Corrected indents --- lib/perfdata/elasticsearchwriter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/perfdata/elasticsearchwriter.cpp b/lib/perfdata/elasticsearchwriter.cpp index 2ca05ce10f..749e23bceb 100644 --- a/lib/perfdata/elasticsearchwriter.cpp +++ b/lib/perfdata/elasticsearchwriter.cpp @@ -742,7 +742,7 @@ void ElasticsearchWriter::ValidateHostTagsTemplate(const Lazy& } } } else if (!MacroProcessor::ValidateMacroString(pair.second)) { - BOOST_THROW_EXCEPTION(ValidationError(this, { "host_tags_template", pair.first }, "Closing $ not found in macro format string '" + pair.second + "'.")); + BOOST_THROW_EXCEPTION(ValidationError(this, { "host_tags_template", pair.first }, "Closing $ not found in macro format string '" + pair.second + "'.")); } } } @@ -765,7 +765,7 @@ void ElasticsearchWriter::ValidateServiceTagsTemplate(const Lazy