From 9dad5f6c3e68ee063b5dfd7bc7e49b0ab6e0b8ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Dec 2021 13:04:15 +0100 Subject: [PATCH] Format .jl files [skip ci] (#3997) Co-authored-by: t-bltg --- test/test_layouts.jl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/test_layouts.jl b/test/test_layouts.jl index e28f984d..74daeea9 100644 --- a/test/test_layouts.jl +++ b/test/test_layouts.jl @@ -1,7 +1,11 @@ using Plots, Test @testset "Subplot sclicing" begin - pl = @test_nowarn plot(rand(4,8), layout=4, yscale=[:identity :identity :log10 :log10]) + pl = @test_nowarn plot( + rand(4, 8), + layout = 4, + yscale = [:identity :identity :log10 :log10], + ) @test pl[1][:yaxis][:scale] == :identity @test pl[2][:yaxis][:scale] == :identity @test pl[3][:yaxis][:scale] == :log10