Skip to content

Commit f358d2d

Browse files
committed
semicolon add
1 parent e8a469e commit f358d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checkCppBidsDependencies.m

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

33
pth = fileparts(mfilename('fullpath'));
44

5-
checkSubmodule(fullfile(pth, 'lib', 'JSONio'))
6-
checkSubmodule(fullfile(pth, 'lib', 'bids-matlab'))
5+
checkSubmodule(fullfile(pth, 'lib', 'JSONio'));
6+
checkSubmodule(fullfile(pth, 'lib', 'bids-matlab'));
77

88
addpath(fullfile(pth, 'lib', 'utils'));
99
addpath(fullfile(pth, 'subfun'));

0 commit comments

Comments
 (0)