Skip to content

Commit

Permalink
Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkree committed Jul 10, 2021
1 parent 2c64eef commit 7761522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AllTheThings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3370,7 +3370,7 @@ local function GetCachedSearchResults(search, method, paramA, paramB, ...)
end

if app.IsReady and sourceGroup.missing then
tinsert(info, { left = Colorize("Item Source not found in the " .. app.Version .. " database .\n" .. L["SOURCE_ID_MISSING"], "ffff0000") }); -- Do not localize first part of the message, it is for contribs
tinsert(info, { left = Colorize("Item Source not found in the " .. app.Version .. " database.\n" .. L["SOURCE_ID_MISSING"], "ffff0000") }); -- Do not localize first part of the message, it is for contribs
tinsert(info, { left = Colorize(tostring(itemID) .. ":" .. sourceID .. ":" .. tostring(sourceInfo.visualID), "ffe35832") });
end
if app.Settings:GetTooltipSetting("visualID") then tinsert(info, { left = L["VISUAL_ID"], right = tostring(sourceInfo.visualID) }); end
Expand Down

0 comments on commit 7761522

Please sign in to comment.