mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Fixes #36@
This commit is contained in:
parent
2ea7510093
commit
a27a0d329d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue