diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-07-01 01:21:14 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-07-01 01:21:14 -0700 |
| commit | b6240903986b9069b31a94df5e11594a1d1f2504 (patch) | |
| tree | 7401356437cc148879d1e3257964aaa4eddc5bbc /weed/command/volume.go | |
| parent | 215b1695623a4ebcba5f45488a05d19857436a6f (diff) | |
| download | seaweedfs-b6240903986b9069b31a94df5e11594a1d1f2504.tar.xz seaweedfs-b6240903986b9069b31a94df5e11594a1d1f2504.zip | |
go fmt
Diffstat (limited to 'weed/command/volume.go')
| -rw-r--r-- | weed/command/volume.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/volume.go b/weed/command/volume.go index fe75e9e91..ced6ec414 100644 --- a/weed/command/volume.go +++ b/weed/command/volume.go @@ -51,7 +51,7 @@ type VolumeServerOptions struct { indexType *string diskType *string fixJpgOrientation *bool - readMode *string + readMode *string cpuProfile *string memProfile *string compactionMBPerSecond *int |
