**TypeScript Version:** master branch **Code** ```ts ({}); ``` **Expected behavior:** ```ts ( {} ); // with insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis ``` **Actual behavior:** ```ts ( {}); // with insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis ```
TypeScript Version: master branch
Code
Expected behavior:
Actual behavior: