Commit cc91158a authored by Justin DeWitt's avatar Justin DeWitt Committed by Commit Bot

[EoS] Fix formatting of ExploreSitesPageTest

This causes a lint error on the official builders.

Bug: 894334,913755,913012
Change-Id: I9dbaa9932873755639d22618b3d758ef87c840cb
Reviewed-on: https://chromium-review.googlesource.com/c/1370587Reviewed-by: default avatarCathy Li <chili@chromium.org>
Commit-Queue: Justin DeWitt <dewittj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615526}
parent d43bac39
...@@ -42,11 +42,14 @@ import java.util.ArrayList; ...@@ -42,11 +42,14 @@ import java.util.ArrayList;
/** /**
* Simple test to demonstrate use of ScreenShooter rule. * Simple test to demonstrate use of ScreenShooter rule.
*/ */
// TODO(https://crbug.com/894334): Remove format suppression once formatting bug is fixed.
// clang-format off
@RunWith(ChromeJUnit4ClassRunner.class) @RunWith(ChromeJUnit4ClassRunner.class)
@CommandLineFlags @CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE})
.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE}) @Features.EnableFeatures(ChromeFeatureList.EXPLORE_SITES)
@Features.EnableFeatures(ChromeFeatureList.EXPLORE_SITES) public class ExploreSitesPageTest {
public class ExploreSitesPageTest { // clang-format on
ArrayList<ExploreSitesCategory> getTestingCatalog() { ArrayList<ExploreSitesCategory> getTestingCatalog() {
final ArrayList<ExploreSitesCategory> categoryList = new ArrayList<>(); final ArrayList<ExploreSitesCategory> categoryList = new ArrayList<>();
for (int i = 0; i < 4; i++) { for (int i = 0; i < 4; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment