remove extra whitespace

This commit is contained in:
Damodar Lohani
2021-06-21 13:51:08 +05:45
parent 93902d2c73
commit af04bc0ac6
-1
View File
@@ -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);