mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 04:36:29 +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()
|
data, _ := ef.Section(".debug_line").Data()
|
||||||
return data
|
return data
|
||||||
}
|
}
|
||||||
|
|
||||||
pf, err := pe.NewFile(f)
|
pf, err := pe.NewFile(f)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
data, _ := pf.Section(".debug_line").Data()
|
data, _ := pf.Section(".debug_line").Data()
|
||||||
|
|||||||
Reference in New Issue
Block a user