Skip to content

Commit 8a5a3d7

Browse files
committed
format
1 parent 61562ef commit 8a5a3d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@eval module $(gensym())
2-
using Test: @testset
3-
@testset "Tensor wrapping AbstractArrays $(f)" for f in [
4-
"array.jl", "blocksparsearray.jl", "diagonalarray.jl"
5-
]
6-
include(f)
7-
end
2+
using Test: @testset
3+
@testset "Tensor wrapping AbstractArrays $(f)" for f in [
4+
"array.jl", "blocksparsearray.jl", "diagonalarray.jl"
5+
]
6+
include(f)
7+
end
88
end

0 commit comments

Comments
 (0)