Skip to content

Commit 7b4ea18

Browse files
committed
indentation fix in lua script
1 parent d982014 commit 7b4ea18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test-cases/data/match-getvars.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ function dump(o)
33
local s = '{ '
44
for k,v in pairs(o) do
55
-- we create a local var because in Lua55
6-
-- variables k and v get an implicit 'const' modifier
7-
-- this works in previous Lua versions too
6+
-- variables k and v get an implicit 'const' modifier
7+
-- this works in previous Lua versions too
88
local key_str = k
99
if type(key_str) ~= 'number' then
1010
key_str = '"'..key_str..'"'

0 commit comments

Comments
 (0)