Skip to content

Commit

Permalink
runs formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 30, 2024
1 parent 37f3310 commit 2312845
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/group_operations/addition_operation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ function inv!(::LieGroup{𝔽,AdditionGroupOperation}, h, g) where {𝔽}
return h
end
# Resolve ambiguity
function inv!(G::LieGroup{𝔽,AdditionGroupOperation}, q, ::Identity{AdditionGroupOperation}) where {𝔽}
function inv!(
G::LieGroup{𝔽,AdditionGroupOperation}, q, ::Identity{AdditionGroupOperation}
) where {𝔽}
return identity_element!(G, q)
end

Expand Down

0 comments on commit 2312845

Please sign in to comment.