From 7a84fc88a60a72bbe02a2e5694015e08f9b72ea6 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 23 Feb 2022 06:09:01 +0000 Subject: [PATCH] fix indentation --- app/controllers/api/storage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/api/storage.php b/app/controllers/api/storage.php index 7ec8c2033b..6e18a6067f 100644 --- a/app/controllers/api/storage.php +++ b/app/controllers/api/storage.php @@ -412,8 +412,8 @@ App::post('/v1/storage/buckets/:bucketId/files') $file = $request->getFiles('file'); /** - * Validators - */ + * Validators + */ $allowedFileExtensions = $bucket->getAttribute('allowedFileExtensions', []); $fileExt = new FileExt($allowedFileExtensions);