From 062d7b6edc06888837ee9bbfb92b04920b2c4a82 Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Wed, 10 Aug 2022 15:27:50 -0500 Subject: [PATCH] fixed whitespace typo --- form.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form.yml b/form.yml index 47cacf4..dd8532d 100644 --- a/form.yml +++ b/form.yml @@ -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" -- GitLab