"git cl format" removes space between "override" and "{" |
|
Issue description
I ran "git cl format" on my local changes and this is the diff I got:
- void SetPrefetchingEnabledInSettings(bool enabled) override {};
+ void SetPrefetchingEnabledInSettings(bool enabled) override{};
It seems a weird choice so I'm filing this bug.
|
|
►
Sign in to add a comment |
|
Comment 1 by carlosk@chromium.org
, Jul 20