Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 9, 2023
1 parent 0cf78ff commit 9bad6bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bidspm.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
parse(args, varargin{:});
catch ME
disp('arguments passed were :');
varargin{i}
varargin{i};
for i = 1:numel(varargin)
fprintf(1, '- ')
fprintf(varargin{i})
fprintf(1, '\n')
fprintf(1, '- ');
fprintf(varargin{i});
fprintf(1, '\n');
end
fprintf(1, '\n')
fprintf(1, '\n');
rethrow(ME);
end

Expand Down

0 comments on commit 9bad6bc

Please sign in to comment.