]> Cypherpunks repositories - gostls13.git/commit
cmd/gofmt: unindent the second line of a BUG note
authorDamien Lespiau <damien.lespiau@gmail.com>
Sat, 18 Mar 2017 19:44:37 +0000 (19:44 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 18 Mar 2017 23:33:31 +0000 (23:33 +0000)
commit2c397c7a753963494ce5dd5d7eda471354074698
tree047c3b2b1c8a6971b1d8b7677c6806c2f5b93b84
parent32cb0ce65b39fc91923ac12a0a94f34b5dfd04be
cmd/gofmt: unindent the second line of a BUG note

Currently, this second line is treated a pre-formatted text as it's
indented relatively to the BUG() line.

The current state can be seen at:

  https://golang.org/cmd/gofmt/#pkg-note-BUG

Unindenting makes the rest of the sentence part of the same paragraph.

Change-Id: I6dee55c9c321b1a03b41c7124c6a1ea15772c878
Reviewed-on: https://go-review.googlesource.com/38353
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/gofmt/doc.go