Skip to content

Commit 50e1da0

Browse files
committed
Add newline
1 parent f8f50b2 commit 50e1da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/glance/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func cliMountpointInfo(requestedPath string) int {
133133

134134
fmt.Println("Path:", usage.Path)
135135
fmt.Println("FS type:", ternary(usage.Fstype == "", "unknown", usage.Fstype))
136-
fmt.Printf("Used percent: %.1f%%", usage.UsedPercent)
136+
fmt.Printf("Used percent: %.1f%%\n", usage.UsedPercent)
137137

138138
return 0
139139
}

0 commit comments

Comments
 (0)