Skip to content

Commit 9dc191e

Browse files
committed
Precision
1 parent 742e515 commit 9dc191e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/display.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func Display(packages map[string]Package) {
2929
} else if p.Stability == 1 {
3030
c = red
3131
}
32-
stability := fmt.Sprintf("%.2f", p.Stability)
32+
stability := fmt.Sprintf("%.1f", p.Stability)
3333
writeColumns(table, []string{p.Name, c.Sprint(stability)})
3434
}
3535
table.Flush()

0 commit comments

Comments
 (0)