Code format

This commit is contained in:
Mattia Codato 2020-06-26 14:29:03 +02:00
parent 35bb329a59
commit 899076c77b
1 changed files with 1 additions and 2 deletions

View File

@ -584,8 +584,7 @@ Dictionary::Ptr ApiActions::ExecuteCommand(const ConfigObject::Ptr& object,
String resolved_endpoint = MacroProcessor::ResolveMacros(
endpoint, resolvers, checkable->GetLastCheckResult(),
nullptr, MacroProcessor::EscapeCallback(), nullptr,
false
nullptr, MacroProcessor::EscapeCallback(), nullptr, false
);
/* Check if endpoint exists */