Skip to content

Commit b663074

Browse files
author
Simon Thörnqvist
committed
remove tvp row temp variable
1 parent d84ab6a commit b663074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tds/types.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ defmodule Tds.Types do
994994
row_bin = column_attrs
995995
|> Enum.zip(params)
996996
|> Enum.reduce(<<>>, fn ({{type, attr}, param}, acc) ->
997-
foo = acc <> encode_data(type, param, attr)
997+
acc <> encode_data(type, param, attr)
998998
end)
999999
row_acc <> << 0x01 >> <> row_bin
10001000
end)

0 commit comments

Comments
 (0)