Skip to content

Commit

Permalink
Update google-java-format to 1.23.0 (#46860)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #46860

Pulling library into our repository

Result of:
  arc artificer download com.google.googlejavaformat:google-java-format:1.23.0 --interactive

Deps
```
➜  arc artificer rquery dependencies --cross-reference com.google.googlejavaformat:google-java-format:1.23.0
com.google.googlejavaformat:google-java-format:1.23.0 ✅
└╼ com.google.guava:guava:32.1.3-jre:compile ✅

```

Formatted with

```
tools/arcanist/lint/codemods/googlejavaformat_fbsource
```

Reviewed By: hick209

Differential Revision: D60787993
  • Loading branch information
j-bahr authored and facebook-github-bot committed Oct 11, 2024
1 parent 401991c commit df14ab9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,12 @@ private List<WritableMap> createPointersEventData() {
int activePointerIndex = mMotionEvent.getActionIndex();
List<WritableMap> pointersEventData = null;
switch (mEventName) {
// Cases where all pointer info is relevant
// Cases where all pointer info is relevant
case PointerEventHelper.POINTER_MOVE:
case PointerEventHelper.POINTER_CANCEL:
pointersEventData = createW3CPointerEvents();
break;
// Cases where only the "active" pointer info is relevant
// Cases where only the "active" pointer info is relevant
case PointerEventHelper.POINTER_ENTER:
case PointerEventHelper.POINTER_DOWN:
case PointerEventHelper.POINTER_UP:
Expand Down

0 comments on commit df14ab9

Please sign in to comment.