]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: remove trailing whitespace from test script
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 23 Nov 2020 05:47:51 +0000 (05:47 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 30 Nov 2020 20:57:01 +0000 (20:57 +0000)
Noticed while skimming through recent master commits.

Change-Id: I42a99ea7d71c05fc5b6107627105375a21920f5e
Reviewed-on: https://go-review.googlesource.com/c/go/+/271990
Trust: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>

src/cmd/go/testdata/script/mod_gonoproxy.txt

index 546605da216d1028393368388f09b98353ce5f57..204786969f5b25923e9d9928541cb7a0ebd982e8 100644 (file)
@@ -21,7 +21,7 @@ go get -d rsc.io/quote
 # Download .info files needed for 'go list -m all' later.
 # TODO(#42723): either 'go list -m' should not read these files,
 # or 'go get' and 'go mod tidy' should download them.
-go list -m all  
+go list -m all
 stdout '^golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c$'
 
 # When GOPROXY is not empty but contains no entries, an error should be reported.