Skip to content

Commit

Permalink
runs formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 19, 2024
1 parent 470e4a7 commit 5637e7b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/PowerManifold.jl
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,13 @@ end
#
#
# The three special cases
function _distance_r(M::AbstractPowerManifold, p, q, m::AbstractInverseRetractionMethod, r::Real)
function _distance_r(
M::AbstractPowerManifold,
p,
q,
m::AbstractInverseRetractionMethod,
r::Real,
)
rep_size = representation_size(M.manifold)
values = [
distance(M.manifold, _read(M, rep_size, p, i), _read(M, rep_size, q, i), m) for
Expand Down

0 comments on commit 5637e7b

Please sign in to comment.