Code format

This commit is contained in:
Mattia Codato 2020-06-26 14:29:03 +02:00 committed by Noah Hilverling
parent 7659d3c19d
commit a8256ab422

View File

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