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 Nov 21, 2023
1 parent 66b44a6 commit a5b4237
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion +bids/+internal/parse_filename.m
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,3 @@
end

end

2 changes: 1 addition & 1 deletion +bids/File.m
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ function validate_prefix(obj, prefix)
comp_path = ['sub-' entities.sub];
end
if ~isempty(comp_path) && strcmp(ent_path, comp_path)
modality = cand;
modality = cand;
end

end
Expand Down

0 comments on commit a5b4237

Please sign in to comment.