Skip to content

Commit

Permalink
Merge pull request #20 from nats-io/fmt-fix
Browse files Browse the repository at this point in the history
fmt fix
  • Loading branch information
aricart authored Oct 30, 2019
2 parents 21ba5a8 + 9671bcc commit abe9e4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ func BenchmarkPublicVerify(b *testing.B) {
}
}


func TestValidateKeyPairRole(t *testing.T) {
okp, err := CreateOperator()
if err != nil {
Expand Down
1 change: 0 additions & 1 deletion strkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ func (p PrefixByte) String() string {
return "unknown"
}


// CompatibleKeyPair returns an error if the KeyPair doesn't match expected PrefixByte(s)
func CompatibleKeyPair(kp KeyPair, expected ...PrefixByte) error {
pk, err := kp.PublicKey()
Expand Down

0 comments on commit abe9e4e

Please sign in to comment.