Skip to content

Commit 79ddb36

Browse files
committed
🐛 whitespace
1 parent 3af37ef commit 79ddb36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/plotly_aux/m2json.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
for i = 1:sz(1)
1111
valsubstr = [sprintf('%.15g, ', val(i,:))];
1212
valsubstr = valsubstr(1:(end-2));
13-
valstr = [valstr ', [' valsubstr ']'];
13+
valstr = [valstr ', [' valsubstr ']'];
1414
end
15-
valstr = valstr(3:end); % trail leading commas
15+
valstr = valstr(3:end); % trail leading commas
1616
else
1717
valstr = [sprintf('%.15g, ', val)];
1818
valstr = valstr(1:(end-2));

0 commit comments

Comments
 (0)