Skip to content

Commit

Permalink
Fixed codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
slavvka authored Oct 2, 2018
1 parent 7107b8d commit 49f6549
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ public function collectRates(RateRequest $request)
$method->setCost('0.00');

$result->append($method);
}
elseif ($this->getConfigData('showmethod'))
{
} elseif ($this->getConfigData('showmethod')) {
$error = $this->_rateErrorFactory->create();
$error->setCarrier($this->_code);
$error->setCarrierTitle($this->getConfigData('title'));
Expand All @@ -110,7 +108,7 @@ public function collectRates(RateRequest $request)
)
);
return $error;
}
}
return $result;
}

Expand Down

0 comments on commit 49f6549

Please sign in to comment.