From 9ea7effc33d297790cc8273db69c996454201fda Mon Sep 17 00:00:00 2001 From: Mikhail Galanin Date: Wed, 12 Sep 2018 09:23:55 +0100 Subject: [PATCH] [Minor] Removed extra whitespace --- test/functional/lua/dns.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/lua/dns.lua b/test/functional/lua/dns.lua index dca9d5b1e..62b7d21e6 100644 --- a/test/functional/lua/dns.lua +++ b/test/functional/lua/dns.lua @@ -37,7 +37,7 @@ local function dns_symbol(task) end end local to_resolve = tostring(task:get_request_header('to-resolve')) - + task:get_resolver():resolve_a({ task = task, name = to_resolve, -- 2.39.5