Skip to content
Snippets Groups Projects
Commit 80de0f32 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

add missing semicolon

parent 24df481d
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@ function dd = getMaxRange(cellser)
ddmin = dates();
ddmax = dates();
ne = length(cellser)
ne = length(cellser);
for i=1:ne
ddt = cellser{i}.getRange();
if isempty(ddmin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment