From fddc148e23d9c6c34d55e3dfe3d16e006f9a1042 Mon Sep 17 00:00:00 2001 From: Chatchai Luangmanee <93616024+chatchai-outreach@users.noreply.github.com> Date: Tue, 7 Feb 2023 14:36:07 -0800 Subject: [PATCH] Update defaults.go format --- utils/defaults/defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/defaults/defaults.go b/utils/defaults/defaults.go index 907b6cd067..800cae608c 100644 --- a/utils/defaults/defaults.go +++ b/utils/defaults/defaults.go @@ -49,7 +49,7 @@ const ( DefaultRolloutsConfigMapName = "argo-rollouts-config" // DefaultRolloutPluginFolder is the default location where plugins will be downloaded and/or moved to. DefaultRolloutPluginFolder = "plugin-bin" - // DefaultDescribeTagsLimit is the default number resources (ARNs) in a single call + // DefaultDescribeTagsLimit is the default number resources (ARNs) in a single call DefaultDescribeTagsLimit int = 20 )