dyn_table.m: reduce white space in output

new-samplers
Johannes Pfeifer 2023-12-04 10:58:51 +01:00 committed by Sébastien Villemot
parent 9efb784763
commit 7f027d8f5e
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ assert(size(data, 1) == length(rows), 'must have the same number of rows')
assert(size(data, 2) == length(cols), 'must have the same number of columns')
assert(isint(indent), 'indent must be an integer')
skipline(3)
skipline(2)
%% Print Output
rowstrlens = cellfun(@length, rows);