Skip to content

Commit 63043fb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4c55e5b commit 63043fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setParameters.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
cfg.target.type = 'static_repeat';
139139
% 'fixation_cross' : the fixation cross changes color
140140
% 'static_repeat' : static dots are in the same position as previous trials
141-
141+
142142
cfg.fixation.colorTarget = cfg.fixation.color;
143143
if strcmp(cfg.target.type, 'fixation_cross')
144144
cfg.fixation.colorTarget = cfg.color.red;

0 commit comments

Comments
 (0)