all: go fmt things

This commit is contained in:
Derek Parker
2016-05-29 12:46:37 -07:00
committed by aarzilli
parent 0fded288b5
commit a620c04f8d

View File

@ -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()