Skip to content

Commit c2631eb

Browse files
Remove whitespace after do = True
1 parent 6a4df81 commit c2631eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
},
124124
"dowhile": {
125125
"prefix": "dowhile",
126-
"body": "do = True \nwhile do or ${2:condition}:\n\tdo = False\n\t${1:body}$0",
126+
"body": "do = True\nwhile do or ${2:condition}:\n\tdo = False\n\t${1:body}$0",
127127
"description" : "Code snippet to create a do-while loop structure."
128128
},
129129
"try:except:": {

0 commit comments

Comments
 (0)