From 4d7aa6d8ab241ea5e43917e459b682072d6b0767 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:47:07 +0000 Subject: [PATCH] style: format storage health check braces Co-Authored-By: Claude Opus 4.6 --- .../Platform/Modules/Health/Http/Health/Storage/Get.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Modules/Health/Http/Health/Storage/Get.php b/src/Appwrite/Platform/Modules/Health/Http/Health/Storage/Get.php index 6757f6a334..93c9483959 100644 --- a/src/Appwrite/Platform/Modules/Health/Http/Health/Storage/Get.php +++ b/src/Appwrite/Platform/Modules/Health/Http/Health/Storage/Get.php @@ -71,7 +71,8 @@ class Get extends Action } finally { try { $device->delete($path); - } catch (\Throwable) {} + } catch (\Throwable) { + } } }