diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-08 22:30:36 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-08 22:30:36 -0700 |
| commit | c5f38c365d7d5cd4dc74e5cafefc0c461a0d478e (patch) | |
| tree | 3e36e477503bd355e1a3d43af7a462eb653735d4 /weed/command/filer_remote_sync.go | |
| parent | df85f7a1ebf81e1f8fe8bed5089bf5be71d7c76f (diff) | |
| download | seaweedfs-c5f38c365d7d5cd4dc74e5cafefc0c461a0d478e.tar.xz seaweedfs-c5f38c365d7d5cd4dc74e5cafefc0c461a0d478e.zip | |
go fmt
Diffstat (limited to 'weed/command/filer_remote_sync.go')
| -rw-r--r-- | weed/command/filer_remote_sync.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/command/filer_remote_sync.go b/weed/command/filer_remote_sync.go index dbc102c9d..5caea112f 100644 --- a/weed/command/filer_remote_sync.go +++ b/weed/command/filer_remote_sync.go @@ -252,9 +252,9 @@ func updateLocalEntry(filerClient filer_pb.FilerClient, dir string, entry *filer entry.RemoteEntry = remoteEntry return filerClient.WithFilerClient(func(client filer_pb.SeaweedFilerClient) error { _, err := client.UpdateEntry(context.Background(), &filer_pb.UpdateEntryRequest{ - Directory: dir, - Entry: entry, + Directory: dir, + Entry: entry, }) return err }) -}
\ No newline at end of file +} |
