From dbb8bdc62e21b570fc50818431324dd00b1a918c Mon Sep 17 00:00:00 2001
From: cryptogopher
Date: Sat, 11 Apr 2020 23:18:38 +0200
Subject: [PATCH] Fixed formatting of routine description
---
app/views/measurement_routines/_show_form.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/measurement_routines/_show_form.html.erb b/app/views/measurement_routines/_show_form.html.erb
index 570d729..c521368 100644
--- a/app/views/measurement_routines/_show_form.html.erb
+++ b/app/views/measurement_routines/_show_form.html.erb
@@ -23,6 +23,6 @@
<% end %>
<% unless @routine.description.empty? %>
- <%= @routine.description %>
+ <%= @routine.description %>
<% end %>