We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76701d2 commit f6cb009Copy full SHA for f6cb009
src/Adapt.jl
@@ -73,8 +73,12 @@ end
73
74
@static if !isdefined(Base, :get_extension)
75
function __init__()
76
- @require SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" begin include("../ext/AdaptSparseArraysExt.jl") end
77
- @require StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" begin include("../ext/AdaptStaticArraysExt.jl") end
+ @require SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" begin
+ include("../ext/AdaptSparseArraysExt.jl")
78
+ end
79
+ @require StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" begin
80
+ include("../ext/AdaptStaticArraysExt.jl")
81
82
end
83
84
0 commit comments