mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 00:44:45 +00:00
Global convert indentation to tabs
This commit is contained in:
@@ -39,7 +39,7 @@ end
|
||||
function Lib:MatchAll(search)
|
||||
for phrase in gmatch(self:Clean(search), '[^&]+') do
|
||||
if not self:MatchAny(phrase) then
|
||||
return
|
||||
return
|
||||
end
|
||||
end
|
||||
|
||||
@@ -49,7 +49,7 @@ end
|
||||
function Lib:MatchAny(search)
|
||||
for phrase in gmatch(search, '[^|]+') do
|
||||
if self:Match(phrase) then
|
||||
return true
|
||||
return true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user