1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

remove extra whitespace

This commit is contained in:
Damodar Lohani 2021-06-21 13:51:08 +05:45
parent 93902d2c73
commit af04bc0ac6

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);