Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nagiesek committed Apr 29, 2019
1 parent c8a3e0c commit 2f8a6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/meta/flannel/flannel.go
Expand Up @@ -207,7 +207,7 @@ func cmdAdd(args *skel.CmdArgs) error {
return fmt.Errorf("'delegate' dictionary must not have 'ipam' field, it'll be set by flannel")
}
}

if n.RuntimeConfig != nil {
n.Delegate["runtimeConfig"] = n.RuntimeConfig
}
Expand All @@ -227,7 +227,7 @@ func cmdDel(args *skel.CmdArgs) error {
}
nc.Delegate["runtimeConfig"] = nc.RuntimeConfig
}

return doCmdDel(args, nc)
}

Expand Down

0 comments on commit 2f8a6b1

Please sign in to comment.