Skip to content

Commit

Permalink
fixed formatting for java files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBarabash committed May 1, 2024
1 parent e59bc4d commit 7493124
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,12 @@ public void testMethodsExist() throws Exception {
"extensiveBookmarkChangesEnded", false, null));
Assert.assertTrue(methodExists("org/chromium/chrome/browser/bookmarks/BookmarkBridge",
"createBookmarkItem", false, null));
Assert.assertTrue(methodExists("org/chromium/chrome/browser/LaunchIntentDispatcher",
"isCustomTabIntent", false, null));
Assert.assertTrue(
methodExists(
"org/chromium/chrome/browser/LaunchIntentDispatcher",
"isCustomTabIntent",
false,
null));
Assert.assertTrue(
methodExists(
"org/chromium/chrome/browser/homepage/HomepageManager",
Expand Down

0 comments on commit 7493124

Please sign in to comment.