@cryptotaxi247 / kubo / commits / 47222530f

Fixed indentation.

License: MIT Signed-off-by: palkeo <contact@palkeo.com>

palkeo committed Feb 18, 2016 at 09:42 UTC 47222530f56c25920a247771d50c85f37533267e
1 file changed +2 -2
core/commands/object/object.go
+2 -2
@@ -119,9 +119,9 @@ multihash.
119 Arguments: []cmds.Argument{
120 cmds.StringArg("key", true, false, "Key of the object to retrieve, in base58-encoded multihash format.").EnableStdin(),
121 },
122 - Options: []cmds.Option{
122 + Options: []cmds.Option{
123 cmds.BoolOption("headers", "v", "Print table headers (Hash, Size, Name)."),
124 - },
124 + },
125 Run: func(req cmds.Request, res cmds.Response) {
126 n, err := req.InvocContext().GetNode()
127 if err != nil {