Commit Graph

1 Commits (79fe6d8ab23cf4943427495153a5d81eef008256)

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