break on hitting a terminator paren triggering character to avoid pushing multiple starting parens - fixes #2102

This commit is contained in:
Sebastian McKenzie 2015-07-28 18:55:35 +01:00
parent 4d846e3686
commit e5cb0cf32c

View File

@ -270,6 +270,8 @@ export default class Buffer {
this.indent();
parenPushNewlineState.printed = true;
}
break;
}
}