commit | 1e179bba875a62bee97636e8af4f9ff1531bfb9e | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Thu May 19 01:51:34 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Thu May 19 01:51:34 2016 -0700 |
tree | 85d3a429bdadb9a86686c9289327abd0ccfe92f7 | |
parent | 72cd234fd35d0252494a9cd9580f342081772205 [diff] [blame] |
Don't add space before 'await' keyword Closes #240
diff --git a/CHANGELOG b/CHANGELOG index ef54392..4ad23bf 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -5,6 +5,8 @@ ## [0.8.2] UNRELEASED ### Fixed - Prefer not to split after the opening of a subscript. +- Don't add space before the 'await' keyword if it's preceded by an opening + paren. ## [0.8.1] 2016-05-18 ### Fixed