style: code cleanup

This commit is contained in:
antonio 2024-01-29 16:42:09 +01:00
parent f293a0116b
commit 73b368d202
7 changed files with 10 additions and 10 deletions

View file

@ -7,5 +7,5 @@ import com.google.gson.annotations.SerializedName
@Keep
class ApiResponse {
@SerializedName("subsonic-response")
lateinit var subsonicResponse: SubsonicResponse;
lateinit var subsonicResponse: SubsonicResponse
}