Skip to content

Commit ccf3256

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/workflows/bidsConcatBetaTmaps.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ function bidsConcatBetaTmaps(opt, funcFWHM, deleteIndBeta, deleteIndTmaps)
2626

2727
% TODO temporary check: will be removed on the dev branch
2828
if ~isfield(opt, 'dryRun')
29-
opt.dryRun = false;
29+
opt.dryRun = false;
3030
end
31-
31+
3232
if nargin < 3
3333
deleteIndBeta = true;
3434
deleteIndTmaps = true;

0 commit comments

Comments
 (0)