We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f177b7d commit 21f9890Copy full SHA for 21f9890
1 file changed
Progress Monitor.sublime-snippet
@@ -5,7 +5,7 @@ ${3:init loop code} {
5
// Code to process within the loop
6
if(monstep(${4:[step]})) {
7
// Abort loop code
8
- return
+ return;
9
}
10
11
monend();
0 commit comments