Code style
This commit is contained in:
parent
8acc6307bf
commit
7b5cdb36b5
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ $Id$
|
|||
|
||||
local table = require "table"
|
||||
local nixio = require "nixio"
|
||||
local getmetatable, assert, pairs, type, tostring =
|
||||
getmetatable, assert, pairs, type, tostring
|
||||
local getmetatable, assert, pairs, type = getmetatable, assert, pairs, type
|
||||
local tostring = tostring
|
||||
|
||||
module "nixio.util"
|
||||
|
||||
|
|
Loading…
Reference in a new issue