Skip to content

Commit 3190d2d

Browse files
committed
lint
1 parent 56d5008 commit 3190d2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/identify_sources.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@
102102
else
103103
% remove the prefix of the last step
104104

105-
if bids.internal.starts_with(bf.prefix, 's') || bids.internal.starts_with(bf.prefix, 'u')
105+
if bids.internal.starts_with(bf.prefix, 's') || ...
106+
bids.internal.starts_with(bf.prefix, 'u')
106107
bf.prefix = bf.prefix(2:end);
107108

108109
elseif bids.internal.starts_with(bf.prefix, 'w')

0 commit comments

Comments
 (0)