diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 87b21fd43..cf15c06e0 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -50,7 +50,7 @@ :id, :name, lambda { |option| - option.description&.map{ |hint| content_tag(:li, hint) }&.reduce(:+) + option.description&.map { |hint| content_tag(:li, hint) }&.reduce(:+) }, legend: { text: "Role", size: "m" } %>