Skip to content

Commit d1d9e6f

Browse files
committed
formatting
1 parent e5b762a commit d1d9e6f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libpf/pfelf/file.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,11 @@ const (
5757
var (
5858
// ErrNotELF is returned when the file is not an ELF file.
5959
ErrNotELF = errors.New("not an ELF file")
60-
ErrNoTLS = errors.New("no TLS program header")
60+
ErrNoTLS = errors.New("no TLS program header")
6161
// ErrSectionNotPreset is returned when a section is not present
6262
ErrSectionNotPresent = errors.New("section not present")
6363
)
6464

65-
6665
// File represents an open ELF file
6766
type File struct {
6867
// closer is called internally when resources for this File are to be released

0 commit comments

Comments
 (0)