Update google-java-format to 1.23.0 (#46860)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/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

fbshipit-source-id: dbadc5184c0a7cccd967173e21602657013ddac7
This commit is contained in:
Jeff Bahr
2024-10-12 08:51:46 -07:00
committed by Facebook GitHub Bot
parent 3130f0d646
commit 9ba6237bff
@@ -278,12 +278,12 @@ public class PointerEvent extends Event<PointerEvent> {
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: