Commit 8cc1f67f authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

fmt

parent 18cce63a
......@@ -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()))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment