Skip to content

Commit

Permalink
added newline
Browse files Browse the repository at this point in the history
  • Loading branch information
raspi committed Aug 4, 2020
1 parent d887ead commit 4342bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/reader/offsetFormatters/octal/octal.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func New(info base.BaseInfo) base.OffsetFormatter {
func (p printer) GetFormatWidth() int {
return p.size
}

func (p printer) Print(offset uint64) string {
return fmt.Sprintf(p.format, offset)
}

0 comments on commit 4342bec

Please sign in to comment.