Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a7b84d5

Browse files
WLyKanDamian Sznajder
authored and
Damian Sznajder
committed
Update snippets.json
do not insert new line at the end of `anfn`, it is frequently used in inline style, insert new line cause confusion.
1 parent ef5df78 commit a7b84d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎snippets/snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"anonymousFunction": {
8080
"prefix": "anfn",
81-
"body": ["(${1:params}) => {", "\t${2}", "}", ""],
81+
"body": ["(${1:params}) => {", "\t${2}", "}"],
8282
"description": "Creates an anonymous function in ES7 syntax"
8383
},
8484
"namedFunction": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /