Skip to content

Commit 70220e8

Browse files
committed
Fix formatting
1 parent 9054e5d commit 70220e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_precompilation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using Test
22
using DynamicExpressions
33

4-
DynamicExpressions.do_precompilation(; force_run=true)
4+
DynamicExpressions.do_precompilation(; force_run=true)

test/unittest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ end
6666

6767
@safetestset "Test precompilation" begin
6868
include("test_precompilation.jl")
69-
end
69+
end

0 commit comments

Comments
 (0)