Remove blank lines

This commit is contained in:
Samuel S. Watson 2019-01-16 08:43:43 -05:00
parent 660786b99c
commit b7caec1bfe

View File

@ -1233,6 +1233,3 @@ end
function _document_argument(S::AbstractString) function _document_argument(S::AbstractString)
_fmt_paragraph("`$S`: "*_arg_desc[Symbol(S)],leadingspaces = 6 + length(S)) _fmt_paragraph("`$S`: "*_arg_desc[Symbol(S)],leadingspaces = 6 + length(S))
end end