Skip to content

Commit 56a24ef

Browse files
committed
Newlines
1 parent 9d55cf3 commit 56a24ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ filtered_args = filter(!=("--downstream_integration_test"), ARGS)
1717
# Parse arguments
1818
args = parse_args(filtered_args)
1919

20-
runtests(BlockBandedMatrices, args; init_code, testsuite)
20+
runtests(BlockBandedMatrices, args; init_code, testsuite)

test/test_aqua.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import Aqua
22
@testset "Project quality" begin
33
Aqua.test_all(BlockBandedMatrices, ambiguities=false, piracies=false)
4-
end
4+
end

0 commit comments

Comments
 (0)