Fix identation.

This commit is contained in:
John Livingston 2021-07-19 16:17:34 +02:00
parent 91ade27d81
commit 8674ee3f99
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -32,7 +32,7 @@ function check_auth(routes)
end
local function list_rooms(event)
local request, response = event.request, event.response;
local request, response = event.request, event.response;
local rooms_json = array();
for room in all_rooms() do
local localpart = jid_split(room.jid);