Skip to content

Commit d682ead

Browse files
authored
Fixed coding standard changes
1 parent 5e66404 commit d682ead

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Directory/Model/Currency/Import/CurrencyConverterApi.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,8 @@ private function convertBatch($data, $currencyFrom, $currenciesTo)
8989
} finally {
9090
ini_restore('max_execution_time');
9191
}
92-
9392
}
9493

95-
9694
return $data;
9795
}
9896

@@ -138,4 +136,4 @@ private function getServiceResponse($url, $retry = 0)
138136
protected function _convert($currencyFrom, $currencyTo)
139137
{
140138
}
141-
}
139+
}

0 commit comments

Comments
 (0)