Skip to content

Commit

Permalink
🤖 Format .jl files (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: juliohm <3345261+juliohm@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and juliohm authored Oct 30, 2024
1 parent 353bd2d commit 90c2e00
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions ext/planeplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
# Licensed under the MIT License. See LICENSE in the project root.
# ------------------------------------------------------------------

function planeplot(
g::EmpiricalVarioplane;
colormap=:viridis
)
function planeplot(g::EmpiricalVarioplane; colormap=:viridis)
# polar angle
θs = g.θs

Expand Down Expand Up @@ -35,11 +32,7 @@ function planeplot(
fig
end

function planeplot(
t::EmpiricalTransioplane;
colormap=:viridis,
levels=nothing
)
function planeplot(t::EmpiricalTransioplane; colormap=:viridis, levels=nothing)
# polar angle
θs = t.θs

Expand Down

0 comments on commit 90c2e00

Please sign in to comment.