Skip to content

Commit 33f5c71

Browse files
committed
Fix spacing.
1 parent a43e319 commit 33f5c71

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
@@ -47,7 +47,7 @@
4747
},
4848
"New class": {
4949
"prefix": "class",
50-
"body":[
50+
"body": [
5151
"class ${1:ClassName}(${2:object}):",
5252
"\t\"\"\"${3:docstring for $1.}\"\"\"",
5353
"\tdef __init__(self, ${4:arg}):",

0 commit comments

Comments
 (0)