Skip to content

Commit

Permalink
style: formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Sep 7, 2023
1 parent 9ca4d9c commit 709c26d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/line-profiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,7 @@ end
method = BinningMethod(),
kwargs...,
)
lineprofile(
bins,
r -> emissivity_at(profile, r),
m,
u,
d;
method = method,
kwargs...,
)
lineprofile(bins, r -> emissivity_at(profile, r), m, u, d; method = method, kwargs...)
end

@inline function lineprofile(
Expand Down

0 comments on commit 709c26d

Please sign in to comment.