whitespace

This commit is contained in:
Amjad Masad 2015-10-27 16:11:37 -07:00
parent 6caaf68024
commit 50289bd2b0

View File

@ -234,7 +234,6 @@ export function AssignmentExpression(node, print, parent) {
// todo: add cases where the spaces can be dropped when in compact mode
print.plain(node.left);
var spaces = node.operator === "in" || node.operator === "instanceof";
spaces = true; // todo: https://github.com/babel/babel/issues/1835
this.space(spaces);