From af04bc0ac6bb5ebe0bac91de91e02aa906aa341f Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 21 Jun 2021 13:51:08 +0545 Subject: [PATCH] remove extra whitespace --- app/controllers/api/storage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/storage.php b/app/controllers/api/storage.php index f3f690e360..206ff4d6c5 100644 --- a/app/controllers/api/storage.php +++ b/app/controllers/api/storage.php @@ -598,7 +598,6 @@ App::get('/v1/storage/buckets/:bucketId/files/:fileId/preview') if (!empty($background)) { $image->setBackground('#'.$background); } - if (!empty($borderWidth) ) { $image->setBorder($borderWidth, '#'.$borderColor);