Fixing style errors.

This commit is contained in:
stickler-ci 2022-01-24 22:30:25 +00:00
parent db8d8f0b7d
commit ebda8d52f0

View File

@ -285,7 +285,6 @@ if (($action == 'updateline' || $action == 'updatesplitline') && !$cancel && $us
}
$result = $object->addTimeSpent($user);
} else {
$object->fetch($id, $ref);
@ -1794,7 +1793,6 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0 || $allprojectforuser
if ($resultFetch < 0) {
setEventMessages($product->error, $product->errors, 'errors');
} else {
print $product->getNomUrl(1);
}
}