diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-03 20:42:28 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-03 20:42:28 -0700 |
| commit | 03a31587ce4a58fd8c3d0464bebf6420d2cf69ef (patch) | |
| tree | 309d9a08d4f95b9a127c352817aebf4b767709a3 /weed/command/filer_remote_sync.go | |
| parent | 83cd0fc7390a389452c34c72a44766aa638241b0 (diff) | |
| download | seaweedfs-03a31587ce4a58fd8c3d0464bebf6420d2cf69ef.tar.xz seaweedfs-03a31587ce4a58fd8c3d0464bebf6420d2cf69ef.zip | |
go fmt
Diffstat (limited to 'weed/command/filer_remote_sync.go')
| -rw-r--r-- | weed/command/filer_remote_sync.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_remote_sync.go b/weed/command/filer_remote_sync.go index 33926b720..905ed73b3 100644 --- a/weed/command/filer_remote_sync.go +++ b/weed/command/filer_remote_sync.go @@ -239,7 +239,7 @@ func makeEventProcessor(remoteStorage *remote_pb.RemoteConf, mountedDir string, return eachEntryFunc, nil } -func collectLastSyncOffset(option *RemoteSyncOptions, mountedDir string) (time.Time) { +func collectLastSyncOffset(option *RemoteSyncOptions, mountedDir string) time.Time { // 1. specified by timeAgo // 2. last offset timestamp for this directory // 3. directory creation time |
