Skip to content

Commit

Permalink
Fix testCodeStyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavahalpara committed Oct 10, 2018
1 parent 9b7d4ac commit 67e1b01
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,8 @@ public function collectRates(RateRequest $request)
'Sorry, but we can\'t deliver to the destination country with this shipping module.'
)
);

return $error;
}

}
return $result;
}

Expand Down

0 comments on commit 67e1b01

Please sign in to comment.