mirror of https://github.com/golang-jwt/jwt.git
Remove empty line
Co-authored-by: Christian Banse <oxisto@aybaze.com>
This commit is contained in:
parent
7473f0f30a
commit
4f045b143b
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue