You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Fixed clippy lint warnings about uninlined format arguments in test
code
- Updated format strings to use inline variable syntax (`{variable}`)
instead of positional arguments
## Test plan
- [x] Run `make lint` - passes without warnings
- [x] Run tests to ensure functionality is unchanged
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
0 commit comments