mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-03 13:44:25 -04:00
gofmt!
This commit is contained in:
parent
37d050922b
commit
b9f8c183fa
@ -88,9 +88,9 @@ func TestSaveAndLoadECCPrivateKey(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// verify loaded key is correct
|
// verify loaded key is correct
|
||||||
if !PrivateKeysSame(privateKey, loadedKey) {
|
if !PrivateKeysSame(privateKey, loadedKey) {
|
||||||
t.Error("Expected key bytes to be the same, but they weren't")
|
t.Error("Expected key bytes to be the same, but they weren't")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// PrivateKeysSame compares the bytes of a and b and returns true if they are the same.
|
// PrivateKeysSame compares the bytes of a and b and returns true if they are the same.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user