mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 19:24:14 +08:00
fmt
This commit is contained in:

committed by
Juan Batiz-Benet

parent
18cce63ab6
commit
8cc1f67f76
@ -29,9 +29,9 @@ var addCmd = &cmds.Command{
|
|||||||
n := req.Context().Node
|
n := req.Context().Node
|
||||||
|
|
||||||
// if recursive, set depth to reflect so
|
// if recursive, set depth to reflect so
|
||||||
//opt, found := req.Option("r")
|
// opt, found := req.Option("r")
|
||||||
//if r, _ := opt.(bool); found && r {
|
// if r, _ := opt.(bool); found && r {
|
||||||
//}
|
// }
|
||||||
|
|
||||||
added := make([]Object, len(req.Arguments()))
|
added := make([]Object, len(req.Arguments()))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user