chore: gofmt go files

This commit is contained in:
Yicheng Qin 2014-04-15 09:42:25 -07:00
parent fa95ca0aa8
commit adf4acf947
2 changed files with 1 additions and 2 deletions

View File

@ -347,7 +347,6 @@ func TestDiscoveryRestart(t *testing.T) {
})
}
func assertServerNotUp(client http.Client, scheme string) error {
path := fmt.Sprintf("%s://127.0.0.1:4001/v2/keys/foo", scheme)
fields := url.Values(map[string][]string{"value": {"bar"}})