New issue
Advanced search Search tips

Issue 866006 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

"git cl format" removes space between "override" and "{"

Project Member Reported by carlosk@chromium.org, Jul 20

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.
 
Problem bypass: remove the semi-colon from the line allows the space to stay in place.

Sign in to add a comment