Skip to content

Commit ec836e7

Browse files
authored
Merge pull request #399 from control-toolbox/auto-juliaformatter-pr
[AUTO] JuliaFormatter.jl run
2 parents 0cc5a4c + ed69455 commit ec836e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/coverage.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ using Coverage
1313
# 2. Generates an LCOV file (coverage/lcov.info).
1414
# 3. Generates a markdown summary (coverage/cov_report.md).
1515
# 4. Archives used .cov files to keep the directory clean.
16-
CTBase.postprocess_coverage(;
17-
root_dir=dirname(@__DIR__) # Point to the package root
18-
)
16+
CTBase.postprocess_coverage(;
17+
root_dir=dirname(@__DIR__), # Point to the package root
18+
)

test/suite_src/test_exceptions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function test_exceptions()
7272
output2 = sprint(showerror, e2)
7373
@test occursin("Ext1", output2)
7474
@test occursin("Ext2", output2)
75-
75+
7676
# Test with optional message
7777
e_msg = CTBase.ExtensionError(:MyExt; message="to enable feature X")
7878
output_msg = sprint(showerror, e_msg)

0 commit comments

Comments
 (0)