Skip to content

Commit

Permalink
fix: linter.
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó Labrador <elribonazo@gmail.com>
  • Loading branch information
elribonazo committed May 9, 2024
1 parent e774d9d commit b681427
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class Secp256k1LibTestJS {
val signature = sk.sign(data)
val verified = pk.verify(signature, data)
assertEquals(
verified, true
verified,
true
)
}
}

0 comments on commit b681427

Please sign in to comment.