diff --git a/client/pkg/fileutil/preallocate.go b/client/pkg/fileutil/preallocate.go index b06c6ca1c..aadbff713 100644 --- a/client/pkg/fileutil/preallocate.go +++ b/client/pkg/fileutil/preallocate.go @@ -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.