Commit Graph

1 Commits (f207e665bc5af4c95f361d65387638c33521c492)

Author SHA1 Message Date
Lucas Duailibe bba7dcf498 Fix break on conditional expressions inside return
Fixes #2777

Since we can't break after `return` and don't add `()` around
ConditionalExpressions' tests, we end up with some weird indentation when
breaking.
2017-09-10 04:13:47 -06:00