Skip to content

Commit

Permalink
style: remove unnecessary semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiankai Zheng authored and Jiankai Zheng committed Dec 20, 2020
1 parent 9725e0c commit 7a0f8d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/spotify/api/impl/PlayerApiRetrofitTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ void setup() {
sut = new PlayerApiRetrofit(fakeAccessToken, mockedPlayerService);

transferPlaybackRequestBody = new TransferPlaybackRequestBody();
;

when(mockedPlayerService.getAvailableDevices(fakeAccessTokenWithBearer)).thenReturn(mockedDeviceCollectionCall);
when(mockedPlayerService.getCurrentPlayingContext(fakeAccessTokenWithBearer, fakeOptionalParameters)).thenReturn(mockedPlayingContextCall);
Expand Down

0 comments on commit 7a0f8d3

Please sign in to comment.