Skip to content

Commit cfe0832

Browse files
author
Wil Thieme
committed
stylua
1 parent b6b7ac2 commit cfe0832

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/char_invlist_ACIM.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ end
141141
local function getSpellFromItemName(sItemName)
142142
if not sItemName or sItemName == '' then return end
143143
local sSpellName = getSpellBetweenParentheses(sItemName) or getSpellAfterOf(sItemName)
144-
if sSpellName then
145-
return findSpellNode(sSpellName)
146-
end
144+
if sSpellName then return findSpellNode(sSpellName) end
147145
end
148146

149147
local function onItemChanged(nodeField)

0 commit comments

Comments
 (0)