Skip to content

Commit

Permalink
Fix sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrownus committed Oct 31, 2023
1 parent 1ac02c5 commit a1a2510
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cert/cert_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package cert

import (
"crypto/ecdh"
"crypto/ecdsa"
"crypto/elliptic"
"crypto/rand"
Expand All @@ -10,8 +11,6 @@ import (
"testing"
"time"

"crypto/ecdh"

"github.com/slackhq/nebula/test"
"github.com/stretchr/testify/assert"
"golang.org/x/crypto/curve25519"
Expand Down

0 comments on commit a1a2510

Please sign in to comment.