Skip to content

Commit a9f993a

Browse files
fix(lint): fix lint error.
Signed-off-by: Electronic-Waste <[email protected]>
1 parent a29dddc commit a9f993a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/runtime/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ type PodSet struct {
8080

8181
type Container struct {
8282
Name string
83-
Args []string
83+
Args []string
8484
Env []corev1ac.EnvVarApplyConfiguration
8585
Ports []corev1ac.ContainerPortApplyConfiguration
8686
VolumeMounts []corev1ac.VolumeMountApplyConfiguration

0 commit comments

Comments
 (0)