Skip to content

Commit

Permalink
Prework Kotlin 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 4, 2023
1 parent 392cc0a commit 797c809
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ class PropfindMethod(
when (hrefRelation) {
HrefRelation.MEMBER -> members.add(response)
HrefRelation.SELF -> this.root = response
HrefRelation.OTHER -> {
}
HrefRelation.OTHER -> Unit
else -> Unit
}
}, rawCallback = { callBackResponse: okhttp3.Response ->
response = callBackResponse
Expand Down

0 comments on commit 797c809

Please sign in to comment.