Skip to content

Commit

Permalink
clean-up code
Browse files Browse the repository at this point in the history
  • Loading branch information
GeNyaa committed Sep 8, 2022
1 parent e8b1f06 commit 78d1bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rate.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Rate extends USPSBase
*/
public function getRate($timeout = 60)
{
return $this->doRequest(NULL,$timeout);
return $this->doRequest(NULL, $timeout);
}

/**
Expand Down

0 comments on commit 78d1bc4

Please sign in to comment.