Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
Fixed weird formatting thing.
  • Loading branch information
howmanysmall authored Apr 28, 2021
1 parent fdfb360 commit 2b4f3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/enumerator/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ local function enumerator(enumName, enumValues)
local length = 0

for _, value in pairs(rawValues) do
length += 1
length += 1
enumItems[length] = value
end

Expand Down Expand Up @@ -196,4 +196,4 @@ local function enumerator(enumName, enumValues)
return enum
end

return enumerator
return enumerator

0 comments on commit 2b4f3ba

Please sign in to comment.