Explorar o código

Merge pull request #9305 from gyuho/fmt

*: fix govet warnings
Gyuho Lee %!s(int64=8) %!d(string=hai) anos
pai
achega
f5d02f0279
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      tools/etcd-test-proxy/main.go

+ 1 - 2
tools/etcd-test-proxy/main.go

@@ -62,8 +62,7 @@ $ ./bin/etcd-test-proxy --help
 $ ./bin/etcd-test-proxy --from localhost:23790 --to localhost:2379 --http-port 2378 --verbose
 
 $ ETCDCTL_API=3 ./bin/etcdctl --endpoints localhost:2379 put foo bar
-$ ETCDCTL_API=3 ./bin/etcdctl --endpoints localhost:23790 put foo bar
-`)
+$ ETCDCTL_API=3 ./bin/etcdctl --endpoints localhost:23790 put foo bar`)
 		flag.PrintDefaults()
 	}