1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 19:09:01 +00:00

Whitespace in gopher-ls.nse.

This commit is contained in:
david
2010-12-29 18:46:20 +00:00
parent 80f7754d01
commit e6c8691007

View File

@@ -52,7 +52,7 @@ action = function( host, port )
table.insert(files, string.format("%s %s", typelabel(type), label))
end
end
line = buffer()
line = buffer()
end
return "\n" .. stdnse.strjoin("\n", files)
end