From f50862ac517ca2f3cfbfc538cbd98e3baa10c42b Mon Sep 17 00:00:00 2001 From: "Samuel S. Watson" Date: Wed, 16 Jan 2019 08:43:43 -0500 Subject: [PATCH] Remove blank lines --- src/utils.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils.jl b/src/utils.jl index a0bad5a8..7f582e81 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -1233,6 +1233,3 @@ end function _document_argument(S::AbstractString) _fmt_paragraph("`$S`: "*_arg_desc[Symbol(S)],leadingspaces = 6 + length(S)) end - - -