Include newline insertion in the call sites of rightBrace.
This commit is contained in:
@@ -76,8 +76,6 @@ export default class Printer {
|
||||
*/
|
||||
|
||||
rightBrace(): void {
|
||||
if (!this.endsWith("\n")) this.newline();
|
||||
|
||||
if (this.format.minified) {
|
||||
this._buf.removeLastSemicolon();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user