remove the then

This commit is contained in:
Michael Krabbe Borregaard 2018-09-07 15:28:55 +02:00
parent 187a19bfd1
commit 046b291c1f

View File

@ -544,7 +544,7 @@ function gr_display(plt::Plot, fmt="")
_gr_thickness_scaling[1] = plt[:thickness_scaling]
dpi_factor = plt[:dpi] / Plots.DPI
if fmt == "svg" then
if fmt == "svg"
dpi_factor *= 4
end