Skip to content

Commit

Permalink
remove type declaration on UI in runtests.jl for Julia 1.6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Dec 5, 2024
1 parent 3243116 commit 58e6958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ configure_makie_server!(listen_port = rand(8081:8999))
end


UI::ParsedHTMLString = column(style = "height: 80vh; width: 98vw", [
UI = column(style = "height: 80vh; width: 98vw", [
h4("MakiePlot 1")
cell(col = 4, class = "full-width", makie_figure(:fig1))
h4("MakiePlot 2")
Expand Down

0 comments on commit 58e6958

Please sign in to comment.