Skip to content

Commit e316a9b

Browse files
🤖 Format .jl files (#208)
Co-authored-by: juliohm <[email protected]>
1 parent e5f9f47 commit e316a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transforms/absoluteunits.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ isrevertible(::Type{<:AbsoluteUnits}) = true
4040

4141
_absunit(x) = _absunit(x, nonmissingtype(eltype(x)))
4242
_absunit(x, ::Type) = (x, NoUnits)
43-
_absunit(x, ::Type{Q}) where {Q<:AbstractQuantity} = (x, unit(Q))
43+
_absunit(x, ::Type{Q}) where {Q<:AbstractQuantity} = (x, unit(Q))
4444
function _absunit(x, ::Type{Q}) where {Q<:AffineQuantity}
4545
u = unit(Q)
4646
a = absoluteunit(u)

0 commit comments

Comments
 (0)