remove redundent space

This commit is contained in:
yangzhouhan
2015-07-22 16:06:15 -07:00
parent 34f97a03ae
commit 901c3e574c

View File

@ -378,7 +378,6 @@ func TestHealthCheckOnSuccess(t *testing.T) {
}
func testHealthCheckOnSuccess(t *testing.T, e env) {
hs := &health.HealthServer{
StatusMap: make(map[string]int32),
}
@ -397,7 +396,6 @@ func TestHealthCheckOnFailure(t *testing.T) {
}
func testHealthCheckOnFailure(t *testing.T, e env) {
hs := &health.HealthServer{
StatusMap: make(map[string]int32),
}