Skip to content

Commit 5090632

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests_matlab.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
root_dir = getenv('GITHUB_WORKSPACE');
55

6-
disp(root_dir)
7-
ls(root_dir)
6+
disp(root_dir);
7+
ls(root_dir);
88

99
addpath(fullfile(root_dir, 'MOcov', 'MOcov'));
1010

0 commit comments

Comments
 (0)