mirror of
https://github.com/Jguer/yay.git
synced 2025-10-16 00:05:01 -04:00
Fixes #36@
This commit is contained in:
parent
2ea7510093
commit
a27a0d329d
@ -326,7 +326,6 @@ func HangingPackages() (hanging []string, err error) {
|
||||
requiredby := pkg.ComputeRequiredBy()
|
||||
if len(requiredby) == 0 {
|
||||
hanging = append(hanging, pkg.Name())
|
||||
fmt.Println(pkg.ISize())
|
||||
fmt.Printf("%s: \x1B[0;33m%.2f KiB\x1B[0m\n", pkg.Name(), float32(pkg.ISize())/(1024.0))
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user