Skip to content

Commit

Permalink
format ifo.go with gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Nov 27, 2024
1 parent 740f064 commit 9c2bded
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ifo.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func ReadInfo(filename string) (info *Info, err error) {
r := bufio.NewReader(reader)

_, err = r.ReadString('\n')

if err != nil {
return
}
Expand Down Expand Up @@ -121,7 +120,6 @@ func ReadInfo(filename string) (info *Info, err error) {
}

key, value, err = decodeOption(option[:len(option)-1])

if err != nil {
return info, err
}
Expand Down

0 comments on commit 9c2bded

Please # to comment.