Unverified Commit 26083c3d authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #70124 from houjun41544/20181022

Fix missing 'break'
parents 59625d87 9a84e413
...@@ -559,6 +559,7 @@ func (asw *actualStateOfWorld) GetAttachedVolumesForNode( ...@@ -559,6 +559,7 @@ func (asw *actualStateOfWorld) GetAttachedVolumesForNode(
attachedVolumes = append( attachedVolumes = append(
attachedVolumes, attachedVolumes,
getAttachedVolume(&volumeObj, &nodeObj)) getAttachedVolume(&volumeObj, &nodeObj))
break
} }
} }
} }
......
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