aboutsummaryrefslogtreecommitdiff
path: root/weed/command/msg_broker.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/msg_broker.go')
-rw-r--r--weed/command/msg_broker.go6
1 files changed, 3 insertions, 3 deletions
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() {