Skip to content

Commit 9466904

Browse files
committed
More line breakouts
1 parent 33f5c71 commit 9466904

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

snippets/base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"class ${1:ClassName}(${2:object}):",
5252
"\t\"\"\"${3:docstring for $1.}\"\"\"",
5353
"\tdef __init__(self, ${4:arg}):",
54-
"\t\t${5:super($1, self).__init__()}\n\t\tself.$4 = $4",
54+
"\t\t${5:super($1, self).__init__()}",
55+
"\t\tself.$4 = $4",
5556
"\t\t$0"
5657
],
5758
"description" : "Code snippet for a class definition."

0 commit comments

Comments
 (0)