From 7968903debdff12cfe8f5c8c01356fc004f476ce Mon Sep 17 00:00:00 2001 From: diedpigs <louistw@uab.edu> Date: Mon, 17 Oct 2022 12:58:44 -0500 Subject: [PATCH] Remove trailing space (#7) --- CHANGELOG.md | 2 +- form.yml.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c1519..6e654e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,7 +92,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial release! -[Unreleased]: +[Unreleased]: https://github.com/OSC/bc_osc_matlab/compare/v0.11.0...HEAD [0.11.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/OSC/bc_osc_matlab/compare/v0.9.0...v0.10.0 diff --git a/form.yml.erb b/form.yml.erb index d1eef5a..1480bf5 100644 --- a/form.yml.erb +++ b/form.yml.erb @@ -1,5 +1,5 @@ --- -cluster: "SLURM_CLUSTER" +cluster: "SLURM_CLUSTER" attributes: custom_environment: widget: text_area -- GitLab