Skip to content

Commit 2088813

Browse files
committed
todo inserted
1 parent 9510005 commit 2088813

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
@@ -562,7 +562,7 @@ Format the return type to look prettier.
562562
"""
563563
function format_return_type_string(rt; delim = " ", break_point=40)
564564
if startswith(string(rt), "Tuple{") && length(string(rt)) > break_point
565-
string(
565+
string( #TODO Unions[...} look ugly
566566
"Tuple{\n$delim",
567567
join([string(x) for x in rt.types],",\n$delim"),
568568
"\n}",

0 commit comments

Comments
 (0)