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;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
void HookManager::run_hook(StringView hook_name,
|
void HookManager::run_hook(StringView hook_name, StringView param, Context& context) const
|
||||||
StringView param, Context& context) const
|
|
||||||
{
|
{
|
||||||
if (context.hooks_disabled())
|
if (context.hooks_disabled())
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user