Commit Graph

1 Commits (6288704c41f1033eb67c17f7b88038d59a47273a)

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