diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-06-23 15:30:16 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-06-23 15:30:16 -0700 |
| commit | c777102da9a0a957cdb42eb447547321de339a82 (patch) | |
| tree | 47886ea519edfcd955dd61940d0fb4444f04b8e2 /weed/command/master.go | |
| parent | d5560f2705b4cc8a07051836af7bf1be9259a2de (diff) | |
| download | seaweedfs-c777102da9a0a957cdb42eb447547321de339a82.tar.xz seaweedfs-c777102da9a0a957cdb42eb447547321de339a82.zip | |
go fmt
Diffstat (limited to 'weed/command/master.go')
| -rw-r--r-- | weed/command/master.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/master.go b/weed/command/master.go index 9c03cfaaa..9e9308468 100644 --- a/weed/command/master.go +++ b/weed/command/master.go @@ -180,4 +180,4 @@ func (m *MasterOptions) toMasterOption(whiteList []string) *weed_server.MasterOp MetricsAddress: *m.metricsAddress, MetricsIntervalSec: *m.metricsIntervalSec, } -}
\ No newline at end of file +} |
