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

Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-11-09 16:13:21 +01:00
committed by GitHub
parent 6df1f38492
commit 9d3ce54c37
3 changed files with 15 additions and 9 deletions
+4 -2
View File
@@ -201,8 +201,10 @@ end
Plots.process_clims(:auto)
@test (==)(
Plots.texmath2unicode(raw"Equation $y = \alpha \cdot x + \beta$ and eqn $y = \sin(x)^2$"),
raw"Equation y = α ⋅ x + β and eqn y = sin(x)²"
Plots.texmath2unicode(
raw"Equation $y = \alpha \cdot x + \beta$ and eqn $y = \sin(x)^2$",
),
raw"Equation y = α ⋅ x + β and eqn y = sin(x)²",
)
end