Skip to content

Commit 97f845e

Browse files
ligurioTotktonada
authored andcommitted
Fix luacheck warnings
Closes #178
1 parent 1fff812 commit 97f845e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/cluster-py/master.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env tarantool
2-
os = require('os')
2+
local os = require('os')
33
box.cfg({
44
listen = os.getenv("LISTEN"),
55
memtx_memory = 107374182,

unit/suites/box.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env tarantool
2-
os = require('os')
2+
local os = require('os')
33

44
require('console').listen(os.getenv("ADMIN_PORT"))
55
box.cfg{

0 commit comments

Comments
 (0)