Skip to content

Commit 7945154

Browse files
author
Matthew Fisher
committed
style(publisher): go fmt
1 parent 1874823 commit 7945154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publisher/publisher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func getopt(name, dfault string) string {
2727

2828
func main() {
2929
endpoint := getopt("DOCKER_HOST", "unix:///var/run/docker.sock")
30-
etcdHost := getopt("ETCD_HOST", "127.0.0.1")
30+
etcdHost := getopt("ETCD_HOST", "127.0.0.1")
3131

3232
client, err := docker.NewClient(endpoint)
3333
if err != nil {

0 commit comments

Comments
 (0)