Skip to content

Commit 7d5b623

Browse files
author
Matthew Fisher
committed
style(router): go fmt
1 parent 7945154 commit 7d5b623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

router/tests/router_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func TestRouter(t *testing.T) {
5757
time.Sleep(5000 * time.Millisecond)
5858
dockercli.DeisServiceTest(t, name, port, "http")
5959
etcdutils.VerifyEtcdValue(t, "/deis/router/gzip", "on", etcdPort)
60-
routerKeyPrefix := "/deis/router/"+host
60+
routerKeyPrefix := "/deis/router/" + host
6161
etcdutils.VerifyEtcdValue(t, routerKeyPrefix+"/host", host, etcdPort)
6262
etcdutils.VerifyEtcdValue(t, routerKeyPrefix+"/port", port, etcdPort)
6363
_ = cli.CmdRm("-f", name)

0 commit comments

Comments
 (0)