Use Slice.empty

This commit is contained in:
Ary Borenszweig 2016-12-06 23:27:15 -03:00
parent cd10dabba2
commit 2073a1de91
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ module DB
# See `QueryMethods#exec`
def exec
perform_exec_and_release(Slice(Any).new(0))
perform_exec_and_release(Slice(Any).empty)
end
# See `QueryMethods#exec`