Skip to content

Commit 5eeac69

Browse files
committed
Fix use of invoke
1 parent 4e7e37f commit 5eeac69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gadfly.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ function display(p::Plot)
10181018
@try_display return display(displays[i], p)
10191019
end
10201020
end
1021-
invoke(display,(Any,),p)
1021+
invoke(display, Tuple{Any}, p)
10221022
end
10231023

10241024

0 commit comments

Comments
 (0)