mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-25 00:59:34 -05:00
BpUploadForm: remove newline to fix phpcs issue
This commit is contained in:
parent
f599029726
commit
8be4adfa5d
1 changed files with 0 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ class BpUploadForm extends QuickForm
|
|||
$this->addError($error);
|
||||
}
|
||||
}
|
||||
|
||||
} catch (Exception $e) {
|
||||
$this->addError($e->getMessage());
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue