From f38db436866366be869b82684948cd91060bce08 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:40:22 -0500 Subject: [PATCH] Update update.rhai Fix indentation Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/stardust/comet/update.rhai | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/stardust/comet/update.rhai b/anda/stardust/comet/update.rhai index f73e076772..e9531f24ba 100644 --- a/anda/stardust/comet/update.rhai +++ b/anda/stardust/comet/update.rhai @@ -1,5 +1,5 @@ rpm.global("commit", gh_commit("StardustXR/comet")); - if rpm.changed() { - rpm.release(); - rpm.global("commit_date", date()); - } +if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); +}