Skip to content

Commit c352cf0

Browse files
authored
Merge pull request kubernetes#91135 from junxu/fix-code-style
Fix code style
2 parents 2e91b56 + c58959c commit c352cf0

File tree

1 file changed

+2
-2
lines changed
  • staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2

1 file changed

+2
-2
lines changed

staging/src/k8s.io/cri-api/pkg/apis/runtime/v1alpha2/api.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,8 @@ message ContainerConfig {
785785

786786
// Configuration specific to Linux containers.
787787
LinuxContainerConfig linux = 15;
788-
// Configuration specific to Windows containers.
789-
WindowsContainerConfig windows = 16;
788+
// Configuration specific to Windows containers.
789+
WindowsContainerConfig windows = 16;
790790
}
791791

792792
message CreateContainerRequest {

0 commit comments

Comments
 (0)