Skip to content

Commit 17a77f7

Browse files
committed
Remove unnecessary flush call
1 parent 5fa5306 commit 17a77f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rendering/show.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ function convert_vl_to_x(v::VLSpec, fileformat; cmd_args="")
77

88
writer = @async begin
99
our_json_print(buffered_output_stream, v)
10-
flush(buffered_output_stream)
1110
close(buffered_output_stream)
1211
close(p.in)
1312
end

0 commit comments

Comments
 (0)