mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Use Slice.empty
This commit is contained in:
parent
cd10dabba2
commit
2073a1de91
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue