From c98b307dafcd75c4815ba29d1b9eec5bd291f365 Mon Sep 17 00:00:00 2001 From: Hans Krutzer Date: Mon, 15 Jul 2024 12:09:06 +0200 Subject: [PATCH] Fix Elixir 1.17 single-quoted string warning --- lib/templates/html/htmlcov/coverage.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/html/htmlcov/coverage.html.eex b/lib/templates/html/htmlcov/coverage.html.eex index b501429d..a21b708f 100644 --- a/lib/templates/html/htmlcov/coverage.html.eex +++ b/lib/templates/html/htmlcov/coverage.html.eex @@ -70,7 +70,7 @@ <%= number %> - <%= ExCoveralls.Html.View.safe(line.source || ' ') %> + <%= ExCoveralls.Html.View.safe(line.source || " ") %> <% end %> <% end %>