Skip to content

Commit 52fcf99

Browse files
committed
revert indentation changes
1 parent 9cd9013 commit 52fcf99

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/NNlib.jl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ export ConvDims, DenseConvDims, PoolDims, DepthwiseConvDims
1717
is_nnpack_available() = false
1818

1919
@init @require NNPACK_jll="a6bfbf70-4841-5cb9-aa18-3a8ad3c413ee" begin
20-
if isdefined(NNPACK_jll, :libnnpack)
21-
include("nnpack/NNPACK.jl")
22-
else
23-
@warn "NNPACK not available for your platform: " *
24-
"$( Pkg.BinaryPlatforms.platform_name(Pkg.BinaryPlatforms.platform_key_abi()))" *
25-
"($( Pkg.BinaryPlatforms.triplet(Pkg.BinaryPlatforms.platform_key_abi())))
26-
You will be able to use only the default Julia NNlib backend"
27-
end
20+
if isdefined(NNPACK_jll, :libnnpack)
21+
include("nnpack/NNPACK.jl")
22+
else
23+
@warn "NNPACK not available for your platform: " *
24+
"$( Pkg.BinaryPlatforms.platform_name(Pkg.BinaryPlatforms.platform_key_abi()))" *
25+
"($( Pkg.BinaryPlatforms.triplet(Pkg.BinaryPlatforms.platform_key_abi())))
26+
You will be able to use only the default Julia NNlib backend"
27+
end
2828
end
2929

3030
include("activations.jl")

0 commit comments

Comments
 (0)