Skip to content

Commit

Permalink
add space after ,
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjarvinen committed Jan 25, 2025
1 parent 5b5103d commit 5e49eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/chemspecies.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ Return the symbols corresponding to the elements of the atoms. Note that
this may be different than `atomic_symbol` for cases where `atomic_symbol`
is chosen to be more specific (i.e. designate a special atom).
"""
element_symbol(sys::AbstractSystem, index) =
element_symbol.(species(sys,index))
element_symbol(sys::AbstractSystem, index) =
element_symbol.( species(sys, index) )

element_symbol(species) =
Symbol(element(atomic_number(species)).symbol)
Expand Down

0 comments on commit 5e49eaa

Please sign in to comment.