Completed
Push — develop ( d7d6bb...f2a0ac )
by Oguzhan
02:25
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.