Skip to content

Commit

Permalink
Fix Lua?
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Feb 6, 2024
1 parent 9fb32e6 commit c523cf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/Lua/som.lua
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ end -- class Vector

local Set = {_CLASS = 'Set'} do

local INITIAL_SIZE = 10

function Set.new (size)
local obj = {
items = Vector.new(size or INITIAL_SIZE)
Expand Down

0 comments on commit c523cf2

Please sign in to comment.