Skip to content

Commit 688a1b6

Browse files
committed
fix: tsdrpfc tsrpfc indent error
1 parent 5b6c121 commit 688a1b6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

snippets/snippets.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@
119119
"}",
120120
"",
121121
"export function ${1:} (props: I${1:}Props) {",
122-
" return (",
123-
" <div>",
124-
" ${0}",
125-
" </div>",
126-
" );",
122+
" return (",
123+
" <div>",
124+
" ${0}",
125+
" </div>",
126+
" );",
127127
"}",
128128
""
129129
],
@@ -138,11 +138,11 @@
138138
"}",
139139
"",
140140
"export default function ${1:} (props: I${1:}Props) {",
141-
" return (",
142-
" <div>",
143-
" ${0}",
144-
" </div>",
145-
" );",
141+
" return (",
142+
" <div>",
143+
" ${0}",
144+
" </div>",
145+
" );",
146146
"}",
147147
""
148148
],

0 commit comments

Comments
 (0)