commit | e8a8569d2077b94232e7494345f78448e9001f04 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Sat May 21 23:57:20 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Sat May 21 23:57:20 2016 -0700 |
tree | d4d436f30984e0eecce6e9804837f522ac2acb31 | |
parent | 7edb3848b0c0547af50121ae7d454578dc1f9cda [diff] [blame] |
Don't penalize when the line must be split
diff --git a/CHANGELOG b/CHANGELOG index 86e0e89..978df57 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -6,6 +6,7 @@ ### Fixed - Don't split before a first element list argument as we would before a first element function call. +- Don't penalize when we must split a line. ## [0.8.2] 2016-05-21 ### Fixed