From 10a79460a8fee4fd1fe54536cb192daf71c5a5af Mon Sep 17 00:00:00 2001 From: Eli Date: Wed, 17 Jan 2024 14:23:13 -0800 Subject: [PATCH] Updates range to new syntax --- lib/elixlsx/color.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elixlsx/color.ex b/lib/elixlsx/color.ex index 4388bef..720d219 100644 --- a/lib/elixlsx/color.ex +++ b/lib/elixlsx/color.ex @@ -19,7 +19,7 @@ defmodule Elixlsx.Color do "FF" <> (color # remove leading character - |> String.slice(1..-1) + |> String.slice(1..-1//1) |> String.upcase()) false ->