Skip to content

Commit ca516c1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2add9e2 commit ca516c1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

subfun/design/expDesign.m

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
% should be accompanied by a target
5252
%
5353
% (C) Copyright 2020 CPP visual motion localizer developpers
54-
54+
5555
%% Check inputs
56-
56+
5757
% Do not display any figure during the experiment
5858
displayFigs = 0;
59-
59+
6060
if nargin < 1 || isempty(cfg)
6161

6262
% ``true`` for MT+ translational localizer
@@ -72,8 +72,6 @@
7272

7373
end
7474

75-
76-
7775
fprintf('\n\nComputing the design...\n\n');
7876

7977
%% Stimuli design

0 commit comments

Comments
 (0)