Software /
code /
prosody-modules
Changeset
1251:280adf09ae12
mod_muc_log_http: Fix indentation
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 15 Dec 2013 00:51:48 +0100 |
parents | 1250:d7bbacdabb8f |
children | 1252:08e50d742392 |
files | mod_muc_log_http/muc_log_http/mod_muc_log_http.lua |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua Sun Dec 15 00:50:46 2013 +0100 +++ b/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua Sun Dec 15 00:51:48 2013 +0100 @@ -709,8 +709,8 @@ module:provides("http", { default_path = url_base, - route = { - ["GET /*"] = handle_request; - } + route = { + ["GET /*"] = handle_request; + } }); end