From 985622a862808c39f5eb8146020b23f992ba8284 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sat, 23 Nov 2013 08:37:34 -0500 Subject: [PATCH] parse: whitespace --- luatz/parse.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luatz/parse.lua b/luatz/parse.lua index 2c5f8d3..a1a0431 100644 --- a/luatz/parse.lua +++ b/luatz/parse.lua @@ -17,7 +17,7 @@ local function rfc_3339 ( str , init ) min = tonumber ( min ) sec = tonumber ( sec ) - local tt = new_timetable ( year , month , day , hour , min , sec ) + local tt = new_timetable ( year , month , day , hour , min , sec ) local tz_offset if str:match ("^[Zz]" , patt_end ) then -- 2.39.2