From 87986940b2dff9db1b960f00d2006c67852815af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:14:17 -0300 Subject: [PATCH] :robot: Format .jl files (#39) Co-authored-by: juliohm <3345261+juliohm@users.noreply.github.com> --- src/utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.jl b/src/utils.jl index 8682118..9550541 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -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