Skip to content

Commit cdf85bd

Browse files
committed
Code template of WhileStatement is updated, so that is uses the same format as well as ForStatement.
1 parent 0e7df37 commit cdf85bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
while({{ cond }})
2-
{{ statement }}
1+
while({{ cond }}) {{ statement }}

0 commit comments

Comments
 (0)