Fix mismatched whitespace
Convert a tab to spaces to match other lines in snippet.
This commit is contained in:
parent
fea1dc2801
commit
d67ac4dc95
|
@ -320,7 +320,7 @@ The Topology Manager is a Kubelet component that allows resources to be co-ordin
|
|||
|
||||
```gRPC
|
||||
message TopologyInfo {
|
||||
repeated NUMANode nodes = 1;
|
||||
repeated NUMANode nodes = 1;
|
||||
}
|
||||
|
||||
message NUMANode {
|
||||
|
|
Loading…
Reference in New Issue