aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-07 06:12:57 -0800
committerChris Lu <chris.lu@gmail.com>2020-03-07 06:12:57 -0800
commit1ae83c29389c64fedabaa5e401154c5b57add40c (patch)
tree8a4aca03c68bdbeeb053570dd4430e70d1fb71a4 /weed/command
parent564629444befcdd7f71dade1713199b212243226 (diff)
downloadseaweedfs-1ae83c29389c64fedabaa5e401154c5b57add40c.tar.xz
seaweedfs-1ae83c29389c64fedabaa5e401154c5b57add40c.zip
go fmt
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/mount.go1
-rw-r--r--weed/command/msg_broker.go6
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() {