Skip to content

Commit 6f06374

Browse files
41y08hDamian Sznajder
authored and
Damian Sznajder
committed
Fix indenting and syntax
1 parent 5e7210d commit 6f06374

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

snippets/snippets.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1852,15 +1852,15 @@
18521852
]
18531853
},
18541854
"reactCustomHook": {
1855-
"prefix": "rch",
1856-
"body": [
1857-
"import {$1} from 'react'",
1858-
"",
1859-
"export default function ${2:${TM_FILENAME_BASE}}($3) => {",
1860-
"\t$4",
1861-
"}",
1862-
""
1863-
],
1864-
"description": "Creates a React Custom Hook with ES7 module system"
1865-
}
1855+
"prefix": "rch",
1856+
"body": [
1857+
"import {$1} from 'react'",
1858+
"",
1859+
"export default function ${2:${TM_FILENAME_BASE}}($3) {",
1860+
"\t$4",
1861+
"}",
1862+
""
1863+
],
1864+
"description": "Creates a React Custom Hook with ES7 module system"
1865+
},
18661866
}

0 commit comments

Comments
 (0)