Remove empty line

Co-authored-by: Christian Banse <oxisto@aybaze.com>
This commit is contained in:
Nazar Serhiichuk 2023-08-10 22:02:03 +03:00 committed by GitHub
parent 7473f0f30a
commit 4f045b143b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)
}