From d9c6f79c4fc903e88fdd83e481c1b46ff6c24a50 Mon Sep 17 00:00:00 2001
From: diedpigs <louistw@uab.edu>
Date: Mon, 17 Oct 2022 12:57:51 -0500
Subject: [PATCH] Remove trailing space (#6)

---
 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 d544def..c2296c4 100644
--- a/form.yml.erb
+++ b/form.yml.erb
@@ -8,7 +8,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