aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-09-12 04:08:03 -0700
committerChris Lu <chris.lu@gmail.com>2020-09-12 04:08:03 -0700
commit446e476a11cb2b6bb947ae39619099c09fdd091c (patch)
tree5a06a8bf0a7092e8238b2543cdf4a945a020dad3 /weed/command
parentea26a98753b7f15b561504166469760237e49c3b (diff)
downloadseaweedfs-446e476a11cb2b6bb947ae39619099c09fdd091c.tar.xz
seaweedfs-446e476a11cb2b6bb947ae39619099c09fdd091c.zip
go fmt
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/filer_sync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_sync.go b/weed/command/filer_sync.go
index a1d0bd2ac..cafd51a16 100644
--- a/weed/command/filer_sync.go
+++ b/weed/command/filer_sync.go
@@ -36,7 +36,7 @@ type SyncOptions struct {
}
var (
- syncOptions SyncOptions
+ syncOptions SyncOptions
syncCpuProfile *string
syncMemProfile *string
)