Software /
code /
prosody-modules
Changeset
2838:5125e187768f
mod_http_muc_log: Remove this one weird whitespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 18 Nov 2017 20:42:18 +0100 |
parents | 2837:bd5eb429ebab |
children | 2839:7738d7158dd0 |
files | mod_http_muc_log/mod_http_muc_log.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_muc_log/mod_http_muc_log.lua Sat Nov 18 20:39:31 2017 +0100 +++ b/mod_http_muc_log/mod_http_muc_log.lua Sat Nov 18 20:42:18 2017 +0100 @@ -107,7 +107,7 @@ last_day = date_floor(last_day); for when = first_day, last_day, 86400 do local t = os_date("!*t", when); - dates:set(t.year, t.month, t.day, when ); + dates:set(t.year, t.month, t.day, when); end else -- Collect date the hard way