]> Cypherpunks repositories - gostls13.git/commit
test: fix indentation for -shuffle help text
authorSimon Law <sfllaw@sfllaw.ca>
Thu, 4 Nov 2021 18:14:59 +0000 (11:14 -0700)
committerBryan C. Mills <bcmills@google.com>
Thu, 4 Nov 2021 20:43:07 +0000 (20:43 +0000)
commit82481525280e4d0c74cb3f6341ce2f4653a165b8
treea50c9247696d7d7e7dd1ed3b5e71caa82eed4d06
parent1f9dce749db804a8cce767adde3701378db1461c
test: fix indentation for -shuffle help text

The help text for the go test -shuffle flag is not indented like the
other flags. This patch brings it into alignment.

Fixes #49357

Change-Id: I3f18dc7cd84d5f23099262acf6e2fedccb11379c
Reviewed-on: https://go-review.googlesource.com/c/go/+/361395
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Trust: Bryan C. Mills <bcmills@google.com>
Trust: Michael Matloob <matloob@golang.org>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/test/test.go