run gofmt -s on tests

This commit is contained in:
Lucas Clemente
2016-05-15 14:42:34 +02:00
parent 0743c0824f
commit c12a12518e
8 changed files with 77 additions and 77 deletions

View File

@@ -26,7 +26,7 @@ var _ = Describe("ProofRsa", func() {
kd := &rsaSigner{
config: &tls.Config{
Certificates: []tls.Certificate{
tls.Certificate{Certificate: [][]byte{cert}},
{Certificate: [][]byte{cert}},
},
},
}