From 3edc3d7a36c36db278577210dc9177bcd298362f Mon Sep 17 00:00:00 2001 From: ChengHao Yang <17496418+tico88612@users.noreply.github.com> Date: Sun, 16 Nov 2025 21:48:32 +0800 Subject: [PATCH] Style: components.py argocd indent fix Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --- .../src/component_hash_update/components.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/component_hash_update/src/component_hash_update/components.py b/scripts/component_hash_update/src/component_hash_update/components.py index 4ad4a5218..bd8913738 100644 --- a/scripts/component_hash_update/src/component_hash_update/components.py +++ b/scripts/component_hash_update/src/component_hash_update/components.py @@ -101,9 +101,9 @@ infos = { "graphql_id": "R_kgDOApOQGQ", }, "argocd_install": { - "url": "https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/install.yaml", - "graphql_id": "R_kgDOBzS60g", - "binary": True, - "hashtype": "sha256", + "url": "https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/install.yaml", + "graphql_id": "R_kgDOBzS60g", + "binary": True, + "hashtype": "sha256", }, }