mirror of
https://github.com/glanceapp/glance.git
synced 2025-07-13 13:06:14 +02:00
Add newline
This commit is contained in:
@ -133,7 +133,7 @@ func cliMountpointInfo(requestedPath string) int {
|
|||||||
|
|
||||||
fmt.Println("Path:", usage.Path)
|
fmt.Println("Path:", usage.Path)
|
||||||
fmt.Println("FS type:", ternary(usage.Fstype == "", "unknown", usage.Fstype))
|
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
|
return 0
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user