fix newline on case statement
This commit is contained in:
parent
c5fa6425a5
commit
b49f6e33d6
@ -146,7 +146,7 @@ exports.SwitchCase = function (node, print) {
|
|||||||
this.push("default:");
|
this.push("default:");
|
||||||
}
|
}
|
||||||
|
|
||||||
this.space();
|
this.newline();
|
||||||
print.sequence(node.consequent, { indent: true });
|
print.sequence(node.consequent, { indent: true });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user