commit | 690132aea28887c7a875f51da8f34cb591278f0f | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Tue Oct 04 22:55:47 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Tue Oct 04 22:55:47 2016 -0700 |
tree | e48d30d4b996dd448fe3ebf5969a19a82df44c97 | |
parent | c18abac1dd9058bf0f4d1f9d8467476e4f7575a8 [diff] [blame] |
No spaces between a star and args in a lambda expr
diff --git a/CHANGELOG b/CHANGELOG index 6929370..602c0fa 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -15,6 +15,7 @@ - Don't rely upon the original line break to determine if we should split before the elements in a container. Especially split if there's a comment in the container. +- Don't add spaces between star and args in a lambda expression. ## [0.12.1] 2016-10-02 ### Changed