Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pomo-mondreganto committed Aug 10, 2024
1 parent cad8e5c commit fbb8620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logstor/line.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type Line struct {
}

func (l *Line) String() string {
return fmt.Sprintf("Line(%s.v%s)", l.Exploit, l.Version)
return fmt.Sprintf("Line(%s.v%d)", l.Exploit, l.Version)
}

func (l *Line) EstimateSize() int {
Expand Down

0 comments on commit fbb8620

Please sign in to comment.