Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Commit

Permalink
adding extra space to comply with formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
robvandelisdonk committed Dec 6, 2019
1 parent c563f43 commit 42e49f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pinterest/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function requestAccessToken($code)

$response = $this->http->execute($request);

if($response->rateLimited()) {
if ($response->rateLimited()) {
throw new RateLimitedReached($response);
}

Expand Down

0 comments on commit 42e49f1

Please sign in to comment.