Fixing style errors.

This commit is contained in:
stickler-ci 2020-10-02 06:48:14 +00:00
parent d976d474df
commit 4707ea2a27

View File

@ -2369,8 +2369,7 @@ if ($action == 'create')
$parameters = array();
$reshook = $hookmanager->executeHooks('formAddObjectLine', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
}else
{
}else {
$parameters = array();
$reshook = $hookmanager->executeHooks('formEditObjectLine', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
}