Issue metadata
Sign in to add a comment
|
weird clang-format extra whitespace |
||||||||||||||||||||
Issue description
git cl format insists on inserting the wacky extra white-space on the last line before the ".":
new Thread(new Runnable() {
@Override
public void run() {
try {
assertEquals(200, urlConnection.getResponseCode());
} catch (IOException e) {
}
connected.set(true);
}
})
.start();
This is from https://chromium-review.googlesource.com/c/chromium/src/+/1273556
|
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by thakis@chromium.org
, Oct 10Status: Duplicate (was: Untriaged)