diff options
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/mount.go | 1 | ||||
| -rw-r--r-- | weed/command/msg_broker.go | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/weed/command/mount.go b/weed/command/mount.go index 792845083..f1448c6cc 100644 --- a/weed/command/mount.go +++ b/weed/command/mount.go @@ -62,4 +62,3 @@ var cmdMount = &Command{ `, } - diff --git a/weed/command/msg_broker.go b/weed/command/msg_broker.go index 21551df9e..3e13b4730 100644 --- a/weed/command/msg_broker.go +++ b/weed/command/msg_broker.go @@ -23,9 +23,9 @@ var ( ) type QueueOptions struct { - filer *string - port *int - defaultTtl *string + filer *string + port *int + defaultTtl *string } func init() { |
