Skip to content

Commit c58959c

Browse files
committed
Fix code style
1 parent 96e13de commit c58959c

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
@@ -782,8 +782,8 @@ message ContainerConfig {
782782

783783
// Configuration specific to Linux containers.
784784
LinuxContainerConfig linux = 15;
785-
// Configuration specific to Windows containers.
786-
WindowsContainerConfig windows = 16;
785+
// Configuration specific to Windows containers.
786+
WindowsContainerConfig windows = 16;
787787
}
788788

789789
message CreateContainerRequest {

0 commit comments

Comments
 (0)