Skip to content

Commit 2a12511

Browse files
committed
lint
1 parent 89e0449 commit 2a12511

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/utils/add_deformation_field.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function sources = add_deformation_field(sources, bf, map, verbose, deformation_field_needed)
22
% (C) Copyright 2021 spm_2_bids developers
3-
3+
44
deformation_field = 'TODO: add deformation field';
55

66
% TODO? grab all the anat suffixes from BIDS schema?

src/utils/identify_sources.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,3 @@
135135
sources = add_deformation_field(sources, bf, map, verbose, deformation_field_needed);
136136

137137
end
138-

0 commit comments

Comments
 (0)