From d34520c6a24157b39af9585f7648696083ae7bbf Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 11 Apr 2024 15:13:04 +0200 Subject: [PATCH] Fix spacing --- templates/group_start | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/group_start b/templates/group_start index 9d0d70b..de0f503 100644 --- a/templates/group_start +++ b/templates/group_start @@ -26,8 +26,8 @@ [[- if and (has . "image") (regexp.Match "SNAPSHOT" .image) ]] - meta { - # Force job to run each time as we're running a snapshot version - run = "${uuidv4()}" - } + meta { + # Force job to run each time as we're running a snapshot version + run = "${uuidv4()}" + } [[- end ]]