Skip to content

Commit

Permalink
Update google-java-format to 1.23.0
Browse files Browse the repository at this point in the history
Summary:
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 7, 2024
1 parent d0912ed commit 1c1e007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public void setHitSlop(final ReactViewGroup view, Dynamic hitSlop) {
break;
default:
FLog.w(ReactConstants.TAG, "Invalid type for 'hitSlop' value " + hitSlop.getType());
/* falls through */
/* falls through */
case Null:
view.setHitSlopRect(null);
break;
Expand Down

0 comments on commit 1c1e007

Please sign in to comment.