Skip to content

Commit bb93f4c

Browse files
authored
Merge pull request #80 from SciML/dw/format
Fix format
2 parents c75a720 + 3fe9ec7 commit bb93f4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Static.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ Base.inv(x::StaticNumber{N}) where {N} = one(x) / x
315315
@inline Base.iseven(@nospecialize x::StaticNumber) = iseven(known(x))
316316
@inline Base.isodd(@nospecialize x::StaticNumber) = isodd(known(x))
317317

318-
319318
Base.AbstractFloat(x::StaticNumber) = StaticFloat64(x)
320319

321320
Base.abs(::StaticNumber{N}) where {N} = static(abs(N))

0 commit comments

Comments
 (0)