chore: sync repo

This commit is contained in:
stainless-app[bot]
2025-11-05 19:10:50 +00:00
parent 1c60f27254
commit 9e876f623d
2131 changed files with 477294 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
find . -name "*.java" -not -path "./buildSrc/build/*" -print0 | xargs -0 -r palantir-java-format --palantir --replace "$@"