From 03a31587ce4a58fd8c3d0464bebf6420d2cf69ef Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 3 Sep 2021 20:42:28 -0700 Subject: go fmt --- weed/command/filer_remote_sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed/command') 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 -- cgit v1.2.3