Skip to content

Commit 49f9fa5

Browse files
committed
lint
1 parent 63d1865 commit 49f9fa5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

subfun/design/setFixationPosition.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
if ~strcmp(cfg.design.localizer, 'MT_MST')
1616

1717
blockFixationPosition = zeros(nbBlocks, 1);
18-
18+
1919
else % Compute the matrix with the fixation position if requested
2020

21-
2221
nbBlocksPerHemifield = nbBlocks / length(cfg.design.fixationPosition);
2322

2423
blockFixationPosition = repmat(cfg.design.fixationPosition(1), ...

0 commit comments

Comments
 (0)