We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742e515 commit 9dc191eCopy full SHA for 9dc191e
1 file changed
pkg/display.go
@@ -29,7 +29,7 @@ func Display(packages map[string]Package) {
29
} else if p.Stability == 1 {
30
c = red
31
}
32
- stability := fmt.Sprintf("%.2f", p.Stability)
+ stability := fmt.Sprintf("%.1f", p.Stability)
33
writeColumns(table, []string{p.Name, c.Sprint(stability)})
34
35
table.Flush()
0 commit comments