]> Cypherpunks repositories - gostls13.git/commit
fmt: use tabs for indentation
authorDmitri Shuralyov <dmitshur@golang.org>
Tue, 8 Mar 2022 00:08:49 +0000 (00:08 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 8 Mar 2022 00:44:45 +0000 (00:44 +0000)
commit0043c1efbb53e72cbd1b41c32812ca3c78d8e169
tree320110e137db5c67f920d5935ad67bca32d0c64b
parentd9d55724bd8ff10d8de5c13fd77122a37ac73719
fmt: use tabs for indentation

Replace 24 spaces added in CL 389434 with 3 tabs,
so the new line is indented like other lines around it.

Updates #51419.

Change-Id: Ic3e50023a01f233c52dda53c36de2c461222d95c
Reviewed-on: https://go-review.googlesource.com/c/go/+/390674
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Adam Shannon <adamkshannon@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/fmt/doc.go