mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
Code format
This commit is contained in:
parent
35bb329a59
commit
899076c77b
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue