Skip to content

Commit ae3ce6f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/MoAE/download_moae_ds.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function download_moae_ds(downloadData)
2222
fprintf('%-10s:', 'Unzipping dataset...');
2323
unzip(filename);
2424
movefile('MoAEpilot', fullfile(working_directory, 'inputs', 'raw'));
25-
delete(filename)
25+
delete(filename);
2626
fprintf(1, ' Done\n\n');
2727

2828
end

0 commit comments

Comments
 (0)