Format .jl files [skip ci] (#3941)

Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-11-15 09:56:31 +01:00
committed by GitHub
parent 21c3ac4c45
commit b23c620d77
2 changed files with 22 additions and 10 deletions
+6 -1
View File
@@ -69,7 +69,12 @@ end # testset
@test p[1][:legend_foreground_color] == RGBA{Float64}(0.0, 0.5019607843137255, 0.0, 1.0)
#setting whole font
sp = plot(1:5, legendfont=font(12), legend_font_halign = :left, foreground_color_subplot = :red)[1]
sp = plot(
1:5,
legendfont = font(12),
legend_font_halign = :left,
foreground_color_subplot = :red,
)[1]
@test Plots.legendfont(sp).pointsize == 12
@test Plots.legendfont(sp).halign == :left
# match mechanism