Skip to content

Commit 87a926f

Browse files
remove ;
1 parent d08de78 commit 87a926f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Profile/src/Profile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ function tree_format(frames::Vector{<:StackFrameTree}, level::Int, cols::Int, ma
990990
link = editor_link(path, li.line)
991991
styled"{link=$link:$styled_path}"
992992
end
993-
strs[i] = Base.annotatedstring(stroverhead, "", base, strcount, " ", rich_file, "; ", fname)
993+
strs[i] = Base.annotatedstring(stroverhead, "", base, strcount, " ", rich_file, " ", fname)
994994
if frame.overhead > 0
995995
strs[i] = styled"{bold:$(strs[i])}"
996996
end

0 commit comments

Comments
 (0)