Skip to content

Commit

Permalink
remove unnecessary semicolon
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Day <emailjoshday@gmail.com>
  • Loading branch information
Titas22 and joshday authored Nov 24, 2023
1 parent 300244e commit 4cfdbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlotlyLight.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function download_schema!()
end
function load_schema(force=false)
if force || !isassigned(schema)
schema[] = JSON3.read(open(joinpath(scratch_dir[], "plotly-schema.json"), "r"), Config;)
schema[] = JSON3.read(open(joinpath(scratch_dir[], "plotly-schema.json"), "r"), Config)
end
return schema[]
end
Expand Down

0 comments on commit 4cfdbb6

Please sign in to comment.