Skip to content

Commit

Permalink
Merge pull request #1 from invibelabs/1.16-compat
Browse files Browse the repository at this point in the history
Updates range syntax to make elixir 1.16 happy
  • Loading branch information
elijahkim authored Jan 17, 2024
2 parents a70d878 + 10a7946 commit be7cf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixlsx/color.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down

0 comments on commit be7cf9b

Please sign in to comment.