Skip to content

Commit 6b5d65e

Browse files
authored
style: fix indent (#64)
1 parent 7e279b0 commit 6b5d65e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/resty/radixtree.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -482,14 +482,14 @@ local function compare_param(req_path, route, opts)
482482
end
483483

484484
local function in_array(l_v, r_v)
485-
if type(r_v) == "table" then
486-
for _,v in ipairs(r_v) do
487-
if v == l_v then
488-
return true
489-
end
485+
if type(r_v) == "table" then
486+
for _,v in ipairs(r_v) do
487+
if v == l_v then
488+
return true
490489
end
491490
end
492-
return false
491+
end
492+
return false
493493
end
494494

495495
local compare_funcs = {

0 commit comments

Comments
 (0)