Skip to content

Commit

Permalink
style clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Oct 23, 2023
1 parent a1f4a57 commit 6a69d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/pdk/log.lua
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ local function gen_log_func(lvl_const, imm_buf, to_string, stack_level, sep)

else
for i = 1, n - 1 do
variadic_buf:put(to_string((select(i, ...)))):put(sep or "" )
variadic_buf:put(to_string((select(i, ...)))):put(sep or "")
end
variadic_buf:put(to_string((select(n, ...))))
end
Expand Down

0 comments on commit 6a69d25

Please sign in to comment.