Skip to content

Commit

Permalink
all: gofmt
Browse files Browse the repository at this point in the history
Run standard gofmt command on project root.

- go version go1.10.3 darwin/amd64

Signed-off-by: ia <[email protected]>
  • Loading branch information
whilei committed Jun 16, 2018
1 parent 176864a commit 397c22e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions certUtil/chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package certUtil

import (
"crypto/x509"
"testing"
"os"
"io/ioutil"
"github.com/stretchr/testify/assert"
"io/ioutil"
"os"
"testing"
)

func TestFetchCertificateChain(t *testing.T) {
Expand Down

0 comments on commit 397c22e

Please sign in to comment.