Skip to content

Commit

Permalink
Merge pull request #20 from whilei/gofmt-2018-Jun-17-00-39
Browse files Browse the repository at this point in the history
gofmt
  • Loading branch information
zakjan authored Jul 2, 2018
2 parents 176864a + 397c22e commit 9e69f84
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 9e69f84

Please sign in to comment.