aboutsummaryrefslogtreecommitdiff
path: root/src/fmt
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2022-03-08 00:08:49 +0000
committerGopher Robot <gobot@golang.org>2022-03-08 00:44:45 +0000
commit0043c1efbb53e72cbd1b41c32812ca3c78d8e169 (patch)
tree320110e137db5c67f920d5935ad67bca32d0c64b /src/fmt
parentd9d55724bd8ff10d8de5c13fd77122a37ac73719 (diff)
downloadgo-0043c1efbb53e72cbd1b41c32812ca3c78d8e169.tar.xz
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>
Diffstat (limited to 'src/fmt')
-rw-r--r--src/fmt/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fmt/doc.go b/src/fmt/doc.go
index 4a09555734..a7bd02b627 100644
--- a/src/fmt/doc.go
+++ b/src/fmt/doc.go
@@ -125,7 +125,7 @@
put spaces between bytes printing strings or slices in hex (% x, % X)
0 pad with leading zeros rather than spaces;
for numbers, this moves the padding after the sign;
- ignored for strings, byte slices and byte arrays
+ ignored for strings, byte slices and byte arrays
Flags are ignored by verbs that do not expect them.
For example there is no alternate decimal format, so %#d and %d