Skip to content

Commit ed5e768

Browse files
authored
Fix formatting for USPS Carrier
1 parent 6e7bdcc commit ed5e768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Usps/Model/Carrier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,7 @@ protected function _parseZip($zipString, $returnFull = false)
20682068
private function isServiceAvailable(\SimpleXMLElement $service)
20692069
{
20702070
// Allow services which which don't provide any ExtraServices
2071-
if(empty($service->ExtraServices->children()->count())) {
2071+
if (empty($service->ExtraServices->children()->count())) {
20722072
return true;
20732073
}
20742074

0 commit comments

Comments
 (0)