Skip to content

Commit 2f3551d

Browse files
author
LocalIdentity
committed
Fix use of spaces instead of tabs
1 parent 16927d6 commit 2f3551d

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

src/Classes/TradeQueryGenerator.lua

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -655,23 +655,23 @@ function TradeQueryGeneratorClass:OnFrame()
655655
end
656656

657657
local currencyTable = {
658-
{ name = "Chaos Orb Equivalent", id = nil },
659-
{ name = "Chaos Orb", id = "chaos" },
660-
{ name = "Divine Orb", id = "divine" },
661-
{ name = "Orb of Alchemy", id = "alch" },
662-
{ name = "Orb of Alteration", id = "alt" },
663-
{ name = "Chromatic Orb", id = "chrome" },
664-
{ name = "Exalted Orb", id = "exalted" },
665-
{ name = "Blessed Orb", id = "blessed" },
666-
{ name = "Cartographer's Chisel", id = "chisel" },
667-
{ name = "Gemcutter's Prism", id = "gcp" },
668-
{ name = "Jeweller's Orb", id = "jewellers" },
669-
{ name = "Orb of Scouring", id = "scour" },
670-
{ name = "Orb of Regret", id = "regret" },
671-
{ name = "Orb of Fusing", id = "fusing" },
672-
{ name = "Orb of Chance", id = "chance" },
673-
{ name = "Regal Orb", id = "regal" },
674-
{ name = "Vaal Orb", id = "vaal" }
658+
{ name = "Chaos Orb Equivalent", id = nil },
659+
{ name = "Chaos Orb", id = "chaos" },
660+
{ name = "Divine Orb", id = "divine" },
661+
{ name = "Orb of Alchemy", id = "alch" },
662+
{ name = "Orb of Alteration", id = "alt" },
663+
{ name = "Chromatic Orb", id = "chrome" },
664+
{ name = "Exalted Orb", id = "exalted" },
665+
{ name = "Blessed Orb", id = "blessed" },
666+
{ name = "Cartographer's Chisel", id = "chisel" },
667+
{ name = "Gemcutter's Prism", id = "gcp" },
668+
{ name = "Jeweller's Orb", id = "jewellers" },
669+
{ name = "Orb of Scouring", id = "scour" },
670+
{ name = "Orb of Regret", id = "regret" },
671+
{ name = "Orb of Fusing", id = "fusing" },
672+
{ name = "Orb of Chance", id = "chance" },
673+
{ name = "Regal Orb", id = "regal" },
674+
{ name = "Vaal Orb", id = "vaal" }
675675
}
676676

677677
function TradeQueryGeneratorClass:StartQuery(slot, options)
@@ -953,12 +953,12 @@ function TradeQueryGeneratorClass:FinishQuery()
953953
end
954954
end
955955
if not options.includeMirrored then
956-
queryTable.query.filters.misc_filters = {
957-
disabled = false,
958-
filters = {
959-
mirrored = false,
960-
}
961-
}
956+
queryTable.query.filters.misc_filters = {
957+
disabled = false,
958+
filters = {
959+
mirrored = false,
960+
}
961+
}
962962
end
963963

964964
if options.maxPrice and options.maxPrice > 0 then

0 commit comments

Comments
 (0)