Comparison

util/logger.lua @ 7131:ea3eea291321

util.logger: Silence luacheck warning
author Kim Alvefur <zash@zash.se>
date Thu, 04 Feb 2016 16:40:32 +0100
parent 7130:2b48ce0bfe7d
child 8553:32438665dc5e
comparison
equal deleted inserted replaced
7130:2b48ce0bfe7d 7131:ea3eea291321
3 -- Copyright (C) 2008-2010 Waqas Hussain 3 -- Copyright (C) 2008-2010 Waqas Hussain
4 -- 4 --
5 -- This project is MIT/X11 licensed. Please see the 5 -- This project is MIT/X11 licensed. Please see the
6 -- COPYING file in the source package for more information. 6 -- COPYING file in the source package for more information.
7 -- 7 --
8 -- luacheck: ignore 213/level
8 9
9 local pairs = pairs; 10 local pairs = pairs;
10 11
11 local _ENV = nil; 12 local _ENV = nil;
12 13