From 414b3f2c8793286885e3b999a3911f3b6def630c Mon Sep 17 00:00:00 2001 From: daurnimator Date: Fri, 27 Jan 2017 12:48:51 +1100 Subject: [PATCH] luatz/tzfile: Add luacheck annotation --- luatz/tzfile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luatz/tzfile.lua b/luatz/tzfile.lua index ec10bc0..9603cfc 100644 --- a/luatz/tzfile.lua +++ b/luatz/tzfile.lua @@ -98,7 +98,7 @@ local function read_tz ( fd ) local abbreviations = assert ( fd:read ( tzh_charcnt ) ) - local leap_seconds = { } + local leap_seconds = { } -- luacheck: ignore 241 for i=1, tzh_leapcnt do leap_seconds [ i ] = { offset = assert ( read_int32be ( fd ) ) ; -- 2.39.2