Skip to content

Commit 1f357b9

Browse files
OnlyLysOnlyLys
OnlyLys
authored and
OnlyLys
committed
Slightly fix tab spacing of assert! and assert_eq!
1 parent fa6bd1e commit 1f357b9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

snippets/rust.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
"description": "Insert println!"
3838
},
3939
"assert": {
40-
"prefix": "assert",
41-
"body": [
42-
"assert!($1)$0"
43-
],
44-
"description": "Insert assert!"
45-
},
46-
"assert_eq": {
47-
"prefix": "assert_eq",
48-
"body": [
49-
"assert_eq!($1, $2)$0"
50-
],
51-
"description": "Insert assert_eq!"
52-
},
40+
"prefix": "assert",
41+
"body": [
42+
"assert!($1)$0"
43+
],
44+
"description": "Insert assert!"
45+
},
46+
"assert_eq": {
47+
"prefix": "assert_eq",
48+
"body": [
49+
"assert_eq!($1, $2)$0"
50+
],
51+
"description": "Insert assert_eq!"
52+
},
5353
"macro_rules": {
5454
"prefix": "macro_rules",
5555
"body": [

0 commit comments

Comments
 (0)