Unverified Commit 512cf5c3 authored by KubeEdge Bot's avatar KubeEdge Bot Committed by GitHub
Browse files

Merge pull request #3403 from zjcomeon/fix/err-3

change a string to a local variable
Showing with 1 addition and 1 deletion
+1 -1
......@@ -58,7 +58,7 @@ var reservationEphemeralStorage = resource.MustParse(fmt.Sprintf("%dGi", 1))
func (e *edged) initialNode() (*v1.Node, error) {
var node = &v1.Node{}
if runtime.GOOS == "windows" {
if runtime.GOOS == windows {
return node, nil
}
......
Supports Markdown
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