mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 02:30:39 +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
|
||||
|
||||
// if recursive, set depth to reflect so
|
||||
//opt, found := req.Option("r")
|
||||
//if r, _ := opt.(bool); found && r {
|
||||
//}
|
||||
// opt, found := req.Option("r")
|
||||
// if r, _ := opt.(bool); found && r {
|
||||
// }
|
||||
|
||||
added := make([]Object, len(req.Arguments()))
|
||||
|
||||
|
Reference in New Issue
Block a user