Skip to content

Commit 2e69236

Browse files
authored
Removed extra semicolon
1 parent 30822ef commit 2e69236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Block/Media/Uploader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function __construct(
5959
) {
6060
$this->_fileSizeService = $fileSize;
6161
$this->jsonEncoder = $jsonEncoder ?: ObjectManager::getInstance()->get(Json::class);
62-
$this->imageConfig = $imageConfig ?: ObjectManager::getInstance()->get(ConfigInterface::class);;
62+
$this->imageConfig = $imageConfig ?: ObjectManager::getInstance()->get(ConfigInterface::class);
6363

6464
parent::__construct($context, $data);
6565
}

0 commit comments

Comments
 (0)