diff options
| author | Russ Cox <rsc@golang.org> | 2022-01-30 19:22:46 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2022-04-01 18:18:05 +0000 |
| commit | 89dff118ada91061350aa149b54a2ab4fdbd6810 (patch) | |
| tree | 75e16709eb36fdf6433fae7bc4ba1ddc44a76c5e /src/encoding/json/encode.go | |
| parent | 7d87ccc860dc31c0cd60faf00720e2f30fd37efb (diff) | |
| download | go-89dff118ada91061350aa149b54a2ab4fdbd6810.tar.xz | |
all: fix TODO comment hanging indents
For whatever reason (perhaps some tool does this), a handful of comments,
including some doc comments, have TODOs formatted like:
// TODO(name): Text here and
// more text aligned
// under first text.
In doc comments the second line turns into a <pre> block,
which is undesirable in this context.
Rewrite those to unindent, like this instead:
// TODO(name): Text here and
// more text aligned
// at left column.
For #51082.
Change-Id: Ibf5145659a61ebf9496f016752a709a7656d2d4b
Reviewed-on: https://go-review.googlesource.com/c/go/+/384258
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src/encoding/json/encode.go')
0 files changed, 0 insertions, 0 deletions
