Remove blank lines

This commit is contained in:
Samuel S. Watson 2019-01-16 08:43:43 -05:00 committed by Michael Krabbe Borregaard
parent 017bed1a07
commit f50862ac51

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