Skip to content

Commit 876cabf

Browse files
committed
Fix indentation
1 parent 78f9b96 commit 876cabf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Classes/TradeQueryRequests.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -498,11 +498,11 @@ function TradeQueryRequestsClass:FetchLeagues(realm, callback)
498498
errMsg = json_data and json_data.error or "Failed to parse trade leagues JSON"
499499
end
500500
local leagues = {}
501-
for _, value in pairs(json_data.result) do
502-
if value.realm == realm then
503-
table.insert(leagues, value.id)
504-
end
501+
for _, value in pairs(json_data.result) do
502+
if value.realm == realm then
503+
table.insert(leagues, value.id)
505504
end
505+
end
506506
callback(leagues, errMsg)
507507
end,
508508
{header = header}

0 commit comments

Comments
 (0)