remove space after close bracket only if next token does not start block in function declaration context

This commit is contained in:
Vladimir Matveev
2015-05-26 16:25:09 -07:00
parent cc078653be
commit f1789acb47
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
/// <reference path="fourslash.ts"/>
/////*0*/function listAPIFiles(path: string): string[] {/*1*/ }
goTo.marker("1");
edit.insertLine("");
goTo.marker("0");
verify.currentLineContentIs("function listAPIFiles(path: string): string[] {");