Skip to content

Commit

Permalink
Lua code format - (Stylua)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 28, 2024
1 parent 0dc31f1 commit 78fd1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/scripts/eventcallbacks/player/on_look.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local specialItemRanges = {
}

local function isSpecialItem(itemId)
for _, range in ipairs(specialItemRanges ) do
for _, range in ipairs(specialItemRanges) do
if itemId >= range.rangeStart and itemId <= range.rangeEnd then
return true
end
Expand Down

0 comments on commit 78fd1ba

Please sign in to comment.