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

Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-08-29 10:53:46 +02:00
committed by GitHub
parent 09d35d7b9f
commit 8b6073c088
6 changed files with 41 additions and 30 deletions
+3 -1
View File
@@ -15,7 +15,9 @@ using RecipesBase
using JSON
@testset "Infrastructure" begin
@test_nowarn JSON.Parser.parse(String(read(joinpath(dirname(pathof(Plots)), "..", ".zenodo.json"))))
@test_nowarn JSON.Parser.parse(
String(read(joinpath(dirname(pathof(Plots)), "..", ".zenodo.json"))),
)
end
@testset "Plotly standalone" begin