From 4f045b143bc2b7ab14bf1cdff5523ec422ec999e Mon Sep 17 00:00:00 2001 From: Nazar Serhiichuk <43041209+G1gg1L3s@users.noreply.github.com> Date: Thu, 10 Aug 2023 22:02:03 +0300 Subject: [PATCH] Remove empty line Co-authored-by: Christian Banse --- example_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/example_test.go b/example_test.go index 864cc75..bd981b4 100644 --- a/example_test.go +++ b/example_test.go @@ -52,7 +52,6 @@ func ExampleNewWithClaims_registeredClaims() { // in the custom type to allow for easy encoding, parsing and validation of registered claims. func ExampleNewWithClaims_customClaimsType() { _, privateKey, err := ed25519.GenerateKey(nil) - if err != nil { panic(err) }