**Repo** Format the following file: ```ts console.log( "a", // the second arg "b" ); ``` **Bug** This incorrectly removes the space before the comment, resulting in: ```ts console.log( "a", // the second arg "b" ); ```