From 33f9b7c55fdeaebddf375fe94e657e9ab81ba0b5 Mon Sep 17 00:00:00 2001 From: Michal Migurski Date: Sat, 27 Feb 2021 08:21:35 -0800 Subject: [PATCH] Fixed remaining erblint complaint --- app/views/traces/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index f0822266d..2e5c44a5e 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -1,4 +1,4 @@ -<% content_for :heading_class, 'pb-0' %> +<% content_for :heading_class, "pb-0" %> <% content_for :heading do %>

<%= @title %>

-- 2.39.5