diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-04-18 00:19:18 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-04-18 00:19:18 -0700 |
| commit | b142f9f1d57cebd1445baed7ce7fc88bb0f450f0 (patch) | |
| tree | 1b9576bf87ba0179a923203ad6df1692e97c2170 /weed/shell/command_fs_meta_load.go | |
| parent | b09e8dbb377562e6d61bf40b5dbadc3a3edd1360 (diff) | |
| download | seaweedfs-b142f9f1d57cebd1445baed7ce7fc88bb0f450f0.tar.xz seaweedfs-b142f9f1d57cebd1445baed7ce7fc88bb0f450f0.zip | |
go fmt
Diffstat (limited to 'weed/shell/command_fs_meta_load.go')
| -rw-r--r-- | weed/shell/command_fs_meta_load.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/command_fs_meta_load.go b/weed/shell/command_fs_meta_load.go index 35fa632b0..0991c039c 100644 --- a/weed/shell/command_fs_meta_load.go +++ b/weed/shell/command_fs_meta_load.go @@ -56,7 +56,7 @@ func (c *commandFsMetaLoad) Do(args []string, commandEnv *commandEnv, writer io. for { if n, err := dst.Read(sizeBuf); n != 4 { - if err == io.EOF{ + if err == io.EOF { return nil } return err @@ -100,4 +100,4 @@ func (c *commandFsMetaLoad) Do(args []string, commandEnv *commandEnv, writer io. } return err -}
\ No newline at end of file +} |
