Commit 82862b44 authored by Yong Tang's avatar Yong Tang Committed by Chris O'Haver

Remove trailing whitespaces (#2806)

While running make notices the following:
```
** presubmit/trailing-whitespace
plugin/grpc/README.md:Multiple upstreams are randomized (see `policy`) on first use. When a proxy returns an error
plugin/pprof/setup_test.go:		{`pprof :1234 {
plugin/pprof/setup_test.go:		{`pprof {
** presubmit/trailing-whitespace: please remove any trailing white space
```

This fix removes the whitespaces
Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent 39bc2af5
...@@ -22,7 +22,7 @@ grpc FROM TO... ...@@ -22,7 +22,7 @@ grpc FROM TO...
* **TO...** are the destination endpoints to proxy to. The number of upstreams is * **TO...** are the destination endpoints to proxy to. The number of upstreams is
limited to 15. limited to 15.
Multiple upstreams are randomized (see `policy`) on first use. When a proxy returns an error Multiple upstreams are randomized (see `policy`) on first use. When a proxy returns an error
the next upstream in the list is tried. the next upstream in the list is tried.
Extra knobs are available with an expanded syntax: Extra knobs are available with an expanded syntax:
......
...@@ -23,10 +23,10 @@ func TestPProf(t *testing.T) { ...@@ -23,10 +23,10 @@ func TestPProf(t *testing.T) {
}`, true}, }`, true},
{`pprof { block {`pprof { block
}`, false}, }`, false},
{`pprof :1234 { {`pprof :1234 {
block 20 block 20
}`, false}, }`, false},
{`pprof { {`pprof {
block 20 30 block 20 30
}`, true}, }`, true},
{`pprof {`pprof
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment