From 4f63c520eceed5890ee77b2edc494ec01cf491e8 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Wed, 5 Feb 2025 13:36:34 +0000 Subject: [PATCH] chore: remove extra space --- tests/e2e/Services/Storage/StorageBase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e/Services/Storage/StorageBase.php b/tests/e2e/Services/Storage/StorageBase.php index 79e8083552..2b2c884283 100644 --- a/tests/e2e/Services/Storage/StorageBase.php +++ b/tests/e2e/Services/Storage/StorageBase.php @@ -752,7 +752,6 @@ trait StorageBase return $data; } - /** * @depends testCreateBucketFileZstdCompression */