From 7c567d071700d5513751c095271c9113e65fc612 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Fri, 19 Aug 2022 12:20:23 -0500 Subject: [PATCH] Remove trailing space --- form.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form.yml.erb b/form.yml.erb index e5d604d..c91440a 100644 --- a/form.yml.erb +++ b/form.yml.erb @@ -2,7 +2,7 @@ partitions = OodAppkit.clusters[:SLURM_CLUSTER].custom_config[:partitions] -%> --- -cluster: "SLURM_CLUSTER" +cluster: "SLURM_CLUSTER" attributes: bc_num_hours: value: 1 -- GitLab