Skip to content

Commit

Permalink
Switch to JuliaFormatter 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 16, 2024
1 parent d06b491 commit 20ea80d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ if "--quarto" ∈ ARGS
Pkg.build("IJulia") # build `IJulia` to the right version.
Pkg.activate(@__DIR__) # but return to the docs one before
run(`quarto render $(tutorials_folder)`)
return nothing
end
else # fallback to at least create empty files for Optimize and Implement
# touch(joinpath(@__DIR__, "src/tutorials/Optimize.md"))
Expand Down
5 changes: 3 additions & 2 deletions src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,9 @@ All kwyword arguments are passed on to the corresponding call
"""

@doc "$(_doc_is_vector)"
ManifoldsBase.is_vector(G::LieGroup, X; kwargs...) =
ManifoldsBase.is_point(LieAlgebra(G), X; kwargs...)
ManifoldsBase.is_vector(G::LieGroup, X; kwargs...) = ManifoldsBase.is_point(
LieAlgebra(G), X; kwargs...
)

@doc "$(_doc_is_vector)"
function ManifoldsBase.is_vector(G::LieGroup{𝔽,O}, e::Identity{O}, X; kwargs...) where {𝔽,O}
Expand Down

0 comments on commit 20ea80d

Please sign in to comment.