Fix mismatched whitespace

Convert a tab to spaces to match other lines in snippet.
This commit is contained in:
Tim Bannister 2021-10-07 10:55:07 +01:00
parent fea1dc2801
commit d67ac4dc95
No known key found for this signature in database
GPG Key ID: 1E76582C4F66FA48
1 changed files with 1 additions and 1 deletions

View File

@ -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 {