Small formating tweak
This commit is contained in:
parent
318e77b25e
commit
1ae96c977c
|
@ -61,8 +61,7 @@ CandidateList HookManager::complete_hook_group(StringView prefix, ByteCount pos_
|
|||
return res;
|
||||
}
|
||||
|
||||
void HookManager::run_hook(StringView hook_name,
|
||||
StringView param, Context& context) const
|
||||
void HookManager::run_hook(StringView hook_name, StringView param, Context& context) const
|
||||
{
|
||||
if (context.hooks_disabled())
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue
Block a user