]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Removed extra whitespace 2485/head
authorMikhail Galanin <mgalanin@mimecast.com>
Wed, 12 Sep 2018 08:23:55 +0000 (09:23 +0100)
committerMikhail Galanin <mgalanin@mimecast.com>
Wed, 12 Sep 2018 08:23:55 +0000 (09:23 +0100)
test/functional/lua/dns.lua

index dca9d5b1eb6a7cf38172565be170cfac3e4fea44..62b7d21e6dc65627976accf1c2611129fa84de54 100644 (file)
@@ -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,