Skip to content

Commit ff4faf6

Browse files
committed
Fixing trailing comma which causes ST2 to error on load
1 parent bbd285b commit ff4faf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TypeScript.sublime-commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
{ "caption" : "TypeScript: Rename", "command": "typescript_rename" },
99
{ "caption" : "TypeScript: PasteAndFormat", "command": "typescript_paste_and_format" },
1010
{ "caption" : "TypeScript: FormatLine", "command": "typescript_format_line" },
11-
{ "caption" : "TypeScript: FormatBlock", "command": "typescript_format_brackets" },
11+
{ "caption" : "TypeScript: FormatBlock", "command": "typescript_format_brackets" }
1212
]
1313

0 commit comments

Comments
 (0)