Skip to content

Commit 013a91a

Browse files
Jiankai ZhengJiankai Zheng
authored andcommitted
style(api): remove whitespace
1 parent 4222892 commit 013a91a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/spotify/api/impl/ArtistApiRetrofit.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public ArtistFullCollection getRelatedArtists(String artistId) {
135135

136136
@Override
137137
public ArtistFullCollection getArtists(List<String> listOfArtistIds) {
138-
139138
String artistIdsWithCommaDelimiter = String.join(",", listOfArtistIds);
140139

141140
logger.trace("Constructing HTTP call to fetch multiple artists.");

0 commit comments

Comments
 (0)