Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex committed Sep 22, 2023
1 parent a8f36f8 commit 84cac9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data class TelegramResponse<out T>(

@Throws(TelegramBotApiException::class)
fun <T> TelegramResponse<T>.getResultOrThrow(): T {
if(ok && result != null) {
if (ok && result != null) {
return result
}

Expand Down

0 comments on commit 84cac9e

Please sign in to comment.