-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor: Use literal list syntax instead of a descending range
This removes a warning from `4..1` present in Elixir 1.17+. We don't switch to `4..1//-1` so that we can maintain compatibility with Elixir versions before the range-step syntax was introduced.
- Loading branch information
1 parent
05881b3
commit 87f5ce4
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters