mirror of https://github.com/Icinga/icinga2.git
Code format
This commit is contained in:
parent
35bb329a59
commit
899076c77b
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue