Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: testing/android/junit/java/src/org/chromium/testing/local/GtestComputer.java

Issue 600983002: [Checkstyle] Fix misc style issues in Java files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/android/junit/java/src/org/chromium/testing/local/GtestComputer.java
diff --git a/testing/android/junit/java/src/org/chromium/testing/local/GtestComputer.java b/testing/android/junit/java/src/org/chromium/testing/local/GtestComputer.java
index 3ef6d15c0c92ec141c19ac461cef81a7fa0e1a29..c6782d0d273e4dee567166ee99e1b63471ae95f9 100644
--- a/testing/android/junit/java/src/org/chromium/testing/local/GtestComputer.java
+++ b/testing/android/junit/java/src/org/chromium/testing/local/GtestComputer.java
@@ -51,7 +51,7 @@ public class GtestComputer extends Computer {
public void filter(Filter filter) throws NoTestsRemainException {
if (mRunner instanceof Filterable) {
- ((Filterable)mRunner).filter(filter);
+ ((Filterable) mRunner).filter(filter);
}
}
}

Powered by Google App Engine
This is Rietveld 408576698