Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyav committed Mar 6, 2024
1 parent 3aebf18 commit 2876746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uma-sdk/src/commonMain/kotlin/me/uma/UmaProtocolHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class UmaProtocolHelper @JvmOverloads constructor(
return verifySignature(
query.signablePayload(),
query.signature,
pubKeyResponse.getSigningPublicKey()
pubKeyResponse.getSigningPublicKey(),
)
}

Expand Down

0 comments on commit 2876746

Please sign in to comment.