Skip to content

Commit a1edacd

Browse files
committed
mh fix
1 parent eed5e78 commit a1edacd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/userInputs.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
if nargin < 1
1515
cfg = struct('debug', []);
1616
end
17-
17+
1818
cfg = checkCFG(cfg);
1919

2020
[cfg, responses] = setDefaultResponses(cfg);

tests/test_checkCFG.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function test_checkCfgBasic()
8989
expectedCfgStructure.subject.askGrpSess = [true true];
9090

9191
expectedCfgStructure.verbose = 0;
92-
92+
9393
expectedCfgStructure.useGUI = false;
9494

9595
expectedCfgStructure.fileName.task = '';

0 commit comments

Comments
 (0)