From 9dcbd2b4080508fd3169945e1141ff33d89b1fbb Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Fri, 19 Aug 2022 11:44:09 -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 ef25814..fe14c19 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