Merge pull request #91135 from junxu/fix-code-style

Fix code style
This commit is contained in:
Kubernetes Prow Robot 2020-07-01 07:11:04 -07:00 committed by GitHub
commit c352cf01f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -785,8 +785,8 @@ message ContainerConfig {
// Configuration specific to Linux containers.
LinuxContainerConfig linux = 15;
// Configuration specific to Windows containers.
WindowsContainerConfig windows = 16;
// Configuration specific to Windows containers.
WindowsContainerConfig windows = 16;
}
message CreateContainerRequest {