Skip to content

Commit 00e8244

Browse files
committed
Added a semi-colon.
1 parent 1165495 commit 00e8244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotly_aux/plotly.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
else
3838

3939
if offline
40-
structargs = struct('filename', 'untitled', 'fileopt', NaN)
40+
structargs = struct('filename', 'untitled', 'fileopt', NaN);
4141
else
4242
structargs = struct('filename', NaN,'fileopt',NaN);
4343
end

0 commit comments

Comments
 (0)