From 9a9e1b716d1ffae973727f5843ccb743f777b151 Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Tue, 16 Aug 2022 16:19:45 -0500
Subject: [PATCH] Remove trailing whitespace

---
 form.yml.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/form.yml.erb b/form.yml.erb
index d9c0378..18dd77d 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: "JupyterLab"
-- 
GitLab