Fix gofmt for client/pkg/fileutil/preallocate.go.

Signed-off-by: James Blair <mail@jamesblair.net>
storage-doc
James Blair 2023-04-11 10:57:41 +12:00
parent 0406ab9a29
commit ffdd8d79a7
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ import (
"os"
)
// Preallocate tries to allocate the space for given file. This
// operation is only supported on darwin and linux by a few
// Preallocate tries to allocate the space for given file. This
// operation is only supported on darwin and linux by a few
// filesystems (APFS, btrfs, ext4, etc.).
// If the operation is unsupported, no error will be returned.
// Otherwise, the error encountered will be returned.