Skip to content

Commit 630702a

Browse files
committed
lint
1 parent 3f0cedf commit 630702a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/saveEventsFile.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@
208208

209209
% Initialize txt logfiles and empty fields for the standard BIDS
210210
% event file
211-
logFile(1).fileID = fopen(fullfile( ...
212-
cfg.dir.outputSubject, ...
211+
logFile(1).fileID = fopen(fullfile(cfg.dir.outputSubject, ...
213212
cfg.fileName.modality, ...
214213
logFile.filename), ...
215214
'w');

0 commit comments

Comments
 (0)