mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 10:47:51 +08:00
fmt
This commit is contained in:
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()))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user