Skip to content

Commit 9fbe168

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ab2352e commit 9fbe168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_tests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ function run_tests()
1717
folder_to_cover = fullfile(pwd, 'src');
1818

1919
test_folder = fullfile(pwd, 'tests');
20-
20+
2121
addpath(genpath(folder_to_cover));
2222

2323
if ispc
2424
success = moxunit_runtests(test_folder);
25-
25+
2626
else
2727
success = moxunit_runtests(test_folder, ...
2828
'-verbose', '-recursive', '-with_coverage', ...

0 commit comments

Comments
 (0)