Passed
Push — master ( 4a3b70...e45acc )
by Kento
01:55
created
src/Provider/Mastodon.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      */
64 64
     public function getResourceOwnerDetailsUrl(AccessToken $token)
65 65
     {
66
-        return $this->instance . '/api/v1/accounts/verify_credentials';
66
+        return $this->instance.'/api/v1/accounts/verify_credentials';
67 67
     }
68 68
 
69 69
     /**
Please login to merge, or discard this patch.