From be30624e7c2ad10d8f5331967a61abf63421db26 Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 31 Jan 2012 20:41:15 +0000 Subject: [PATCH] remove a newline which caused whitespace problem in generated nsedoc --- scripts/voldemort-info.nse | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/voldemort-info.nse b/scripts/voldemort-info.nse index d4d474ee1..edfeddaa2 100644 --- a/scripts/voldemort-info.nse +++ b/scripts/voldemort-info.nse @@ -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 \ No newline at end of file +end