mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Fix gofmt for client/pkg/fileutil/preallocate.go.
Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
parent
0406ab9a29
commit
ffdd8d79a7
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user