Commit 2c397c7a authored by Damien Lespiau's avatar Damien Lespiau Committed by Brad Fitzpatrick

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/38353Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 32cb0ce6
......@@ -100,4 +100,4 @@ package main
// BUG(rsc): The implementation of -r is a bit slow.
// BUG(gri): If -w fails, the restored original file may not have some of the
// original file attributes.
// original file attributes.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment