mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 20:20:40 +08:00
all: go fmt things
This commit is contained in:
@ -25,7 +25,7 @@ func grabDebugLineSection(p string, t *testing.T) []byte {
|
||||
data, _ := ef.Section(".debug_line").Data()
|
||||
return data
|
||||
}
|
||||
|
||||
|
||||
pf, err := pe.NewFile(f)
|
||||
if err == nil {
|
||||
data, _ := pf.Section(".debug_line").Data()
|
||||
|
||||
Reference in New Issue
Block a user