diff --git a/src/_h5ai/private/php/core/class-util.php b/src/_h5ai/private/php/core/class-util.php index c1416354..ce6c8029 100644 --- a/src/_h5ai/private/php/core/class-util.php +++ b/src/_h5ai/private/php/core/class-util.php @@ -85,6 +85,5 @@ class Util { $withFoldersize = $context->query_option('foldersize.enabled', false); $withDu = $context->get_setup()->get('HAS_CMD_DU') && $context->query_option('foldersize.type', null) === 'shell-du'; return Filesize::getCachedSize($path, $withFoldersize, $withDu); - } }