Skip to content

Commit

Permalink
Corrected indents
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianOpeni committed Sep 24, 2024
1 parent 4c959e2 commit 99a4dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/perfdata/elasticsearchwriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ void ElasticsearchWriter::ValidateHostTagsTemplate(const Lazy<Dictionary::Ptr>&
}
}
} 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 + "'."));
}
}
}
Expand All @@ -765,7 +765,7 @@ void ElasticsearchWriter::ValidateServiceTagsTemplate(const Lazy<Dictionary::Ptr
}
}
} else if (!MacroProcessor::ValidateMacroString(pair.second)) {
BOOST_THROW_EXCEPTION(ValidationError(this, { "service_tags_template", pair.first }, "Closing $ not found in macro format string '" + pair.second + "'."));
BOOST_THROW_EXCEPTION(ValidationError(this, { "service_tags_template", pair.first }, "Closing $ not found in macro format string '" + pair.second + "'."));
}
}
}
Expand Down

0 comments on commit 99a4dc4

Please sign in to comment.