Skip to content

Commit 21f9890

Browse files
committed
Added missing ;
1 parent f177b7d commit 21f9890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Progress Monitor.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ${3:init loop code} {
55
// Code to process within the loop
66
if(monstep(${4:[step]})) {
77
// Abort loop code
8-
return
8+
return;
99
}
1010
}
1111
monend();

0 commit comments

Comments
 (0)