mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
src, misc: applied gofmt -s -w
Pending CL 113120043. LGTM=dave R=golang-codereviews, dave CC=golang-codereviews https://golang.org/cl/112290043
This commit is contained in:
parent
8d504c4e97
commit
8a23c0021e
16 changed files with 27 additions and 27 deletions
|
|
@ -1016,7 +1016,7 @@ func forFieldList(fl *ast.FieldList, fn func(int, ast.Expr)) {
|
|||
fn(i, r.Type)
|
||||
i++
|
||||
} else {
|
||||
for _ = range r.Names {
|
||||
for range r.Names {
|
||||
fn(i, r.Type)
|
||||
i++
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue