mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
chore: fix formatting
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
5131897997
commit
f5039750b3
1 changed files with 2 additions and 2 deletions
|
|
@ -81,12 +81,12 @@ class FileSize implements ICheck {
|
|||
}
|
||||
|
||||
if ($size !== '' && is_numeric($size)) {
|
||||
$this->size = Util::numericToNumber($size);
|
||||
$this->size = Util::numericToNumber($size);
|
||||
} else {
|
||||
// No valid size header found
|
||||
$this->size = false;
|
||||
}
|
||||
|
||||
|
||||
return $this->size;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue