Nit: remove missing newlines on weed shell commands output. (#6524)

Nit: remove missing newlines on `weed` commands output.
This commit is contained in:
Lisandro Pin
2025-02-07 19:27:04 +01:00
committed by GitHub
parent 8eab76c5db
commit e8d8bfcccc
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool {
// basic checks
chunkSizeLimitMB := *mountOptions.chunkSizeLimitMB
if chunkSizeLimitMB <= 0 {
fmt.Printf("Please specify a reasonable buffer size.")
fmt.Printf("Please specify a reasonable buffer size.\n")
return false
}