From 2d5e17d2c9ee991bcdb78a40e14af226b1a8c61f Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 12 Dec 2021 00:11:51 +0000 Subject: [PATCH] Format .jl files [skip ci] --- 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