diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-03-07 06:12:57 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-03-07 06:12:57 -0800 |
| commit | 1ae83c29389c64fedabaa5e401154c5b57add40c (patch) | |
| tree | 8a4aca03c68bdbeeb053570dd4430e70d1fb71a4 /weed/command/msg_broker.go | |
| parent | 564629444befcdd7f71dade1713199b212243226 (diff) | |
| download | seaweedfs-1ae83c29389c64fedabaa5e401154c5b57add40c.tar.xz seaweedfs-1ae83c29389c64fedabaa5e401154c5b57add40c.zip | |
go fmt
Diffstat (limited to 'weed/command/msg_broker.go')
| -rw-r--r-- | weed/command/msg_broker.go | 6 |
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() { |
