Remove and prevent trailing whitespace (#10199)

* Remove trailing whitespace.

* Add no-trailing-whitespace extra test.

* Re-add needed trailing whitespace.

* Remove one more trailing whitespace.
This commit is contained in:
Felix Fontein
2025-06-07 17:47:22 +02:00
committed by GitHub
parent 41f8e0bad6
commit 8bd68e7e41
50 changed files with 119 additions and 115 deletions

View File

@@ -10,6 +10,6 @@ rundeck_war_url:
"https://packagecloud.io/pagerduty/rundeck/packages/java/org.rundeck/\
rundeck-{{ rundeck_version }}.war/artifacts/rundeck-{{ rundeck_version }}.war/download"
rundeck_cli_url:
rundeck_cli_url:
"https://github.com/rundeck/rundeck-cli/releases/download/\
v{{ rundeck_cli_version }}/rundeck-cli-{{ rundeck_cli_version }}-all.jar"