Merge branch 'transforms-printer' into transforms-transformer-ts

This commit is contained in:
Ron Buckton 2016-02-22 16:55:12 -08:00
commit 61fe61b160

View File

@ -848,7 +848,7 @@ namespace ts {
property.startsOnNewLine = true;
}
addNode(properties, property);
properties.push(property);
}
}