New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 870175 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 27
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: ----
Type: Bug

Blocked on:
issue 768586



Sign in to add a comment

clang-format quality problem

Project Member Reported by gangwu@chromium.org, Aug 2

Issue description

Please looking at CL https://chromium-review.googlesource.com/c/chromium/src/+/1137739

and find the file - FeedContentStorageTest.java. at line 60 to 63.

before "git cl format" was:
    @Mock
    private Consumer < Result < List<byte[]>>> mListOfByteArrayConsumer;
after "git cl format":
    @Mock
            private Consumer < Result < List<byte[]>>> mListOfByteArrayConsumer;
 
Blockedon: 768586
Labels: clang-format
Status: Fixed (was: Assigned)

Sign in to add a comment