Skip to content

Commit 6aa0fd6

Browse files
committed
remove \n\n\n
1 parent 82b9514 commit 6aa0fd6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/codeedges.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ function postprint_linelinks(io::IO, idx::Int, src::CodeInfo, cl::CodeLinks, bbc
173173
return nothing
174174
end
175175

176-
177176
function namedkeys(cl::CodeLinks)
178177
ukeys = Set{GlobalRef}()
179178
for c in (cl.namepreds, cl.namesuccs, cl.nameassigns)
@@ -390,7 +389,6 @@ function Base.show(io::IO, edges::CodeEdges)
390389
return nothing
391390
end
392391

393-
394392
"""
395393
edges = CodeEdges(src::CodeInfo)
396394
@@ -564,7 +562,6 @@ function terminal_preds!(s, j, edges, covered) # can't be an inner function bec
564562
return s
565563
end
566564

567-
568565
"""
569566
isrequired = lines_required(obj::GlobalRef, src::CodeInfo, edges::CodeEdges)
570567
isrequired = lines_required(idx::Int, src::CodeInfo, edges::CodeEdges)

0 commit comments

Comments
 (0)