Skip to content

Commit

Permalink
Merge pull request #139 from invibelabs/master
Browse files Browse the repository at this point in the history
Fixes warning about range syntax
  • Loading branch information
xou authored Jan 28, 2024
2 parents 93eed7f + be7cf9b commit 8e2da1e
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 8e2da1e

Please sign in to comment.