Skip to content

Commit c158282

Browse files
committed
formatter (to retrigger actions (again))
1 parent c4816ea commit c158282

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/runtests.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
using Test: @testset
33

44
@testset "UnspecifiedTypes.jl" begin
5-
filenames = filter(readdir(@__DIR__)) do f
6-
startswith("test_")(f) && endswith(".jl")(f)
7-
end
8-
@testset "Test $filename" for filename in filenames
9-
include(filename)
10-
end
5+
filenames = filter(readdir(@__DIR__)) do f
6+
startswith("test_")(f) && endswith(".jl")(f)
7+
end
8+
@testset "Test $filename" for filename in filenames
9+
include(filename)
10+
end
1111
end
1212

1313
end

0 commit comments

Comments
 (0)