remove a newline which caused whitespace problem in generated nsedoc

This commit is contained in:
fyodor 2012-01-31 20:41:15 +00:00
parent f75c3678a0
commit be30624e7c

View file

@ -1,6 +1,5 @@
description = [[
Retrieves cluster and store information from the Voldemort distributed key-
value store using the Voldemort Native Protocol.
Retrieves cluster and store information from the Voldemort distributed key-value store using the Voldemort Native Protocol.
]]
---
@ -166,4 +165,4 @@ action = function(host, port)
end
table.insert(result, stores)
return stdnse.format_output(true, result)
end
end