From a4c0405f7fdd0372e50cdf10caa1daae82b8f33b Mon Sep 17 00:00:00 2001 From: Amund Tenstad Date: Tue, 3 Oct 2023 08:37:19 +0200 Subject: [PATCH] fix: newline --- scripts/node.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/node.lua b/scripts/node.lua index 6c2c7ab..8f636b7 100644 --- a/scripts/node.lua +++ b/scripts/node.lua @@ -93,4 +93,4 @@ for k,v in ipairs(resp) do end end end -ngx.say(json.encode(nodes)) \ No newline at end of file +ngx.say(json.encode(nodes))