Skip to content

Commit f6cb009

Browse files
committed
Fix formatting
1 parent 76701d2 commit f6cb009

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Adapt.jl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,12 @@ end
7373

7474
@static if !isdefined(Base, :get_extension)
7575
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
76+
@require SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" begin
77+
include("../ext/AdaptSparseArraysExt.jl")
78+
end
79+
@require StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" begin
80+
include("../ext/AdaptStaticArraysExt.jl")
81+
end
7882
end
7983
end
8084

0 commit comments

Comments
 (0)