Skip to content

Commit

Permalink
🤖 Format .jl files (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: juliohm <3345261+juliohm@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and juliohm authored Oct 29, 2024
1 parent a56628a commit 8798694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ------------------------------------------------------------------

const Len{T} = Quantity{T,u"𝐋"}
const InvLen{T} = Quantity{T,u"𝐋^-1"}
const InvLen{T} = Quantity{T,u"𝐋^-1"}

asinvlen(x::Number) = x * u"m^-1"
asinvlen(x::InvLen) = x
Expand Down

0 comments on commit 8798694

Please sign in to comment.