Uh oh!
There was an error while loading. Please reload this page.
Fix the Java formatting violations spotless reports - #703
Conversation
GcmRumbleMode.java was stored with CRLF line terminators; the other three had @nullable on its own line, which the configured formatAnnotations() step folds onto the declaration. Whitespace only, no semantic change. Verified with javac.
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
maxjivi05
commented
Aug 27, 2026
Code looks solid. No critical issues found. This PR is whitespace-only: it folds Generated by Claude Code |
… into consolidated branch
GcmRumbleMode.java was stored with CRLF line terminators; the other three had @nullable on its own line, which the configured formatAnnotations() step folds onto the declaration.
Whitespace only, no semantic change. Verified with javac.