1
0
mirror of https://github.com/golang/go synced 2024-09-29 14:14:29 -06:00

cmd/go: fix indentation of -workfile help text

While reading the help text for #48576,
I noticed that the output was misaligned.

Turns out it's because two lines have space indentation,
while the rest use tab indentation. Fix that.

Change-Id: Ie7c473d892ca13852fa2134f3cdef21e9210e02e
Reviewed-on: https://go-review.googlesource.com/c/go/+/351750
Trust: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
This commit is contained in:
Daniel Martí 2021-09-23 11:46:28 +01:00
parent 24c2ee7b65
commit 335e72bcb6
2 changed files with 4 additions and 4 deletions