Skip to content

Commit 251997e

Browse files
committed
internal/gocore: gofmt
1 parent b54fa07 commit 251997e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gocore/module.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (m *module) readFunc(r region, pctab region, funcnametab region) *Func {
130130
// No entry.
131131
f.funcdata = append(f.funcdata, 0)
132132
} else {
133-
f.funcdata = append(f.funcdata, core.Address(m.r.Field("gofunc").Uintptr() + uint64(off)))
133+
f.funcdata = append(f.funcdata, core.Address(m.r.Field("gofunc").Uintptr()+uint64(off)))
134134
}
135135
a = a.Add(4)
136136
} else {

0 commit comments

Comments
 (0)