1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13: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

@ -599,7 +599,6 @@ App::get('/v1/storage/buckets/:bucketId/files/:fileId/preview')
$image->setBackground('#'.$background);
}
if (!empty($borderWidth) ) {
$image->setBorder($borderWidth, '#'.$borderColor);
}