Skip to content

Commit

Permalink
add default step size to range
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcconnell committed Jun 13, 2024
1 parent b2ab0c7 commit 905e694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tds/protocol.ex
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ defmodule Tds.Protocol do
server =
data
|> String.split(";;")
|> Enum.slice(0..-2)
|> Enum.slice(0..-2//-1)
|> Enum.reduce([], fn str, acc ->
server =
str
Expand Down

0 comments on commit 905e694

Please sign in to comment.