Add newline

This commit is contained in:
Svilen Markov 2025-04-13 17:40:30 +01:00
parent f8f50b26d8
commit 50e1da01fe

View File

@ -133,7 +133,7 @@ func cliMountpointInfo(requestedPath string) int {
fmt.Println("Path:", usage.Path)
fmt.Println("FS type:", ternary(usage.Fstype == "", "unknown", usage.Fstype))
fmt.Printf("Used percent: %.1f%%", usage.UsedPercent)
fmt.Printf("Used percent: %.1f%%\n", usage.UsedPercent)
return 0
}