Skip to content

Commit 64f4cb5

Browse files
committed
Fix formatting per @heltonmc's suggestion, but undoing the weird
formatting problem that auto-commit did.
1 parent 1269497 commit 64f4cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/besselk.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ end
462462
# function, which would either need to be lifted from SpecialFunctions.jl or
463463
# re-implemented. And with an order of, like, 10, this seems to be pretty
464464
# accurate and still faster than the uniform asymptotic expansion.
465-
function _besselk_as_pair(v, x::T, order) where{T}
465+
function _besselk_as_pair(v, x::T, order) where T
466466
fv = 4*v*v
467467
fvp1 = 4*(v+one(v))^2
468468
_z = x

0 commit comments

Comments
 (0)