Skip to content

Commit d67ac4d

Browse files
author
Tim Bannister
committed
Fix mismatched whitespace
Convert a tab to spaces to match other lines in snippet.
1 parent fea1dc2 commit d67ac4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ The Topology Manager is a Kubelet component that allows resources to be co-ordin
320320

321321
```gRPC
322322
message TopologyInfo {
323-
repeated NUMANode nodes = 1;
323+
repeated NUMANode nodes = 1;
324324
}
325325
326326
message NUMANode {

0 commit comments

Comments
 (0)