Completed
Pull Request — develop (#12)
by Oguzhan
04:16 queued 02:04
created
src/Service/Spotify/Endpoint/Track.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
      */
124 124
     public function getById($id)
125 125
     {
126
-        return $this->getParent()->getApiClient()->getTrack($id);;
126
+        return $this->getParent()->getApiClient()->getTrack($id); ;
127 127
     }
128 128
 
129 129
     /**
Please login to merge, or discard this patch.