From 690ac4071fa3e07113bf371c9e74394ab54d6749 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 30 Jan 2022 20:11:47 -0500 Subject: all: remove trailing blank doc comment lines A future change to gofmt will rewrite // Doc comment. // func f() to // Doc comment. func f() Apply that change preemptively to all doc comments. For #51082. Change-Id: I4023e16cfb0729b64a8590f071cd92f17343081d Reviewed-on: https://go-review.googlesource.com/c/go/+/384259 Trust: Russ Cox Run-TryBot: Russ Cox Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot --- src/debug/dwarf/entry.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/debug/dwarf') diff --git a/src/debug/dwarf/entry.go b/src/debug/dwarf/entry.go index 98c17dc08a..9f3f4971e1 100644 --- a/src/debug/dwarf/entry.go +++ b/src/debug/dwarf/entry.go @@ -381,7 +381,6 @@ func (i Class) GoString() string { // A common idiom is to merge the check for nil return with // the check that the value has the expected dynamic type, as in: // v, ok := e.Val(AttrSibling).(int64) -// func (e *Entry) Val(a Attr) any { if f := e.AttrField(a); f != nil { return f.Val -- cgit v1.3-6-g1900