Skip to content

Commit 48c9ee4

Browse files
author
Matthew Fisher
committed
Merge pull request #2403 from bacongobbler/style-gofmt
style(tests): gofmt
2 parents 9b322b5 + 7e4b1bd commit 48c9ee4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/dockercli/dockercli.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ package dockercli
55
import (
66
"bufio"
77
"crypto/tls"
8-
"log"
98
"fmt"
109
"io"
10+
"log"
1111
"net"
1212
"net/http"
1313
"net/url"
@@ -22,8 +22,8 @@ import (
2222
)
2323

2424
const (
25-
defaultKeyFile = "key.pem"
26-
defaultCertFile = "cert.pem"
25+
defaultKeyFile = "key.pem"
26+
defaultCertFile = "cert.pem"
2727
)
2828

2929
// CloseWrap ensures that an io.Writer is closed.

0 commit comments

Comments
 (0)