Skip to content

Commit 6b74c01

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 254b7eb commit 6b74c01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/atlas/extractRoiFromAtlas.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
%
3232

3333
% (C) Copyright 2021 CPP ROI developers
34-
34+
3535
isChar = @(x) ischar(x);
36-
36+
3737
args = inputParser;
38-
38+
3939
addRequired(args, 'outputDir', isChar);
4040
addRequired(args, 'atlasName', @isAKnownAtlas);
4141
addRequired(args, 'roiName', isChar);
4242
addRequired(args, 'hemisphere', @(x) ismember(x, {'L', 'R'}));
43-
43+
4444
parse(args, varargin{:});
4545

4646
outputDir = args.Results.outputDir;

0 commit comments

Comments
 (0)