Skip to content

Commit 1f1f884

Browse files
committed
rm spaces
1 parent b96dee9 commit 1f1f884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpFlickr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public function getOauthService($callbackUrl = 'oob')
283283
$factory->setHttpClient(new CurlClient());
284284
$storage = $this->getOauthTokenStorage();
285285
$this->oauthService = $factory->createService('Flickr', $credentials, $storage);
286-
assert( $this->oauthService instanceof PhpFlickrService );
286+
assert($this->oauthService instanceof PhpFlickrService);
287287
return $this->oauthService;
288288
}
289289

0 commit comments

Comments
 (0)