From dd8ecba244b1c741d1d4b3ae3347033d397118d2 Mon Sep 17 00:00:00 2001 From: "Wang, Wayne" Date: Wed, 25 Sep 2024 13:35:43 +0800 Subject: [PATCH] Remove tab character Signed-off-by: Wang, Wayne --- cmd/argo/commands/lint_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/argo/commands/lint_test.go b/cmd/argo/commands/lint_test.go index 95291867c98e..4ea70316603c 100644 --- a/cmd/argo/commands/lint_test.go +++ b/cmd/argo/commands/lint_test.go @@ -228,7 +228,7 @@ spec: - name: msg value: 'hello world' container: - image: busybox + image: busybox command: [echo] args: ['{{inputs.parameters.msg}}'] --- @@ -244,8 +244,8 @@ spec: - name: msg value: 'hello world' container: - image: busybox - command: [echo] + image: busybox + command: [echo] args: ['{{inputs.parameters.msg}}'] --- apiVersion: argoproj.io/v1alpha1