From 4de6afef09c54cece1b40e4c2c1fb9273ca9ac3d Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Fri, 19 Aug 2022 11:42:40 -0500
Subject: [PATCH] Remove trailing space

---
 form.yml.erb   | 2 +-
 submit.yml.erb | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/form.yml.erb b/form.yml.erb
index a93f890..a53de69 100644
--- a/form.yml.erb
+++ b/form.yml.erb
@@ -11,7 +11,7 @@
 # under /etc/ood/config/clusters.d/*.yml
 # @example Use the Owens cluster at Ohio Supercomputer Center
 #     cluster: "owens"
-cluster: "SLURM_CLUSTER" 
+cluster: "SLURM_CLUSTER"
 
 # Title of the app displayed in the Dashboard
 title: "Jupyter Notebook"
diff --git a/submit.yml.erb b/submit.yml.erb
index e03e6c2..a813064 100644
--- a/submit.yml.erb
+++ b/submit.yml.erb
@@ -3,8 +3,8 @@
 ---
 # This config comes from below URL
 # https://github.com/OSC/bc_example_jupyter/blob/custom_environment/submit.yml.erb
-# The -C option in the config provided for slurm has been removed because it does 
-# not apply to implementation at UAB. We do not use constraint list to be used with -C. 
+# The -C option in the config provided for slurm has been removed because it does
+# not apply to implementation at UAB. We do not use constraint list to be used with -C.
 
 batch_connect:
   template: "basic"
-- 
GitLab