Include newline insertion in the call sites of rightBrace.
This commit is contained in:
@@ -42,6 +42,8 @@ export function ClassBody(node: Object) {
|
||||
this.printSequence(node.body, node);
|
||||
this.dedent();
|
||||
|
||||
if (!this.endsWith("\n")) this.newline();
|
||||
|
||||
this.rightBrace();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user