Skip to content

Commit 5fdb96e

Browse files
Randagio13Damian Sznajder
authored and
Damian Sznajder
committed
fix(snippet): forgot a }
1 parent 5591895 commit 5fdb96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/ts-snippets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"Export interface": {
227227
"prefix": "expoint",
228228
"body": [
229-
"export interface ${1:${TM_FILENAME_BASE} {$2}"
229+
"export interface ${1:${TM_FILENAME_BASE}} {$0}"
230230
]
231231
}
232232
}

0 commit comments

Comments
 (0)