Don't prioritize breaking on last arg if it's a CallExpression

master
James Long 2017-01-09 11:58:47 -05:00
parent bcd44b4368
commit 6b582f808c
1 changed files with 0 additions and 1 deletions

View File

@ -1695,7 +1695,6 @@ function printArgumentsList(path, options, print) {
lastArg.type === "ArrayExpression" ||
lastArg.type === "FunctionExpression" ||
lastArg.type === "ArrowFunctionExpression" ||
lastArg.type === "CallExpression" ||
lastArg.type === "NewExpression";
if (groupLastArg) {