Skip to content

Commit 3fe9ec7

Browse files
committed
Fix format
1 parent c75a720 commit 3fe9ec7

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)