Description
The format CI check is failing on PRs #1165 and #1166. These PRs were created by the automated bug fixer agent but were not properly formatted before pushing.
PRs affected
Expected behavior
All CI checks should pass. The agent should run npm run format before pushing.
Steps to fix
Run npm run format on the affected branches and push.
Description
The
formatCI check is failing on PRs #1165 and #1166. These PRs were created by the automated bug fixer agent but were not properly formatted before pushing.PRs affected
Expected behavior
All CI checks should pass. The agent should run
npm run formatbefore pushing.Steps to fix
Run
npm run formaton the affected branches and push.