Skip to content

Commit 9510005

Browse files
committed
fix formatting
1 parent 77d4c9d commit 9510005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ Format the return type to look prettier.
563563
function format_return_type_string(rt; delim = " ", break_point=40)
564564
if startswith(string(rt), "Tuple{") && length(string(rt)) > break_point
565565
string(
566-
"Tuple{\n",
566+
"Tuple{\n$delim",
567567
join([string(x) for x in rt.types],",\n$delim"),
568568
"\n}",
569569
)

0 commit comments

Comments
 (0)