From 0043c1efbb53e72cbd1b41c32812ca3c78d8e169 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Tue, 8 Mar 2022 00:08:49 +0000 Subject: [PATCH] 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 Run-TryBot: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov TryBot-Result: Gopher Robot Reviewed-by: Adam Shannon Reviewed-by: Ian Lance Taylor --- src/fmt/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0