Small formating tweak

This commit is contained in:
Maxime Coste 2017-11-25 13:46:55 +08:00
parent 318e77b25e
commit 1ae96c977c

View File

@ -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;