Skip to content

Commit c4131ff

Browse files
committed
[CodeFactor] Apply fixes
[ci skip] [skip ci]
1 parent 7ba3b36 commit c4131ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commonMain/kotlin/com.adamratzman.spotify/SpotifyApiBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ public class SpotifyApiBuilder(
708708
* Create a new [SpotifyAppApi] that only has access to *public* endpoints and data
709709
*/
710710
public fun buildPublicRestAction(): SpotifyRestAction<SpotifyAppApi> = SpotifyRestAction{ buildPublic() }
711-
711+
712712
/**
713713
* Create a new [SpotifyAppApi] that only has access to *public* endpoints and data
714714
*/

0 commit comments

Comments
 (0)