Skip to content

Conversation

@ultmaster
Copy link
Contributor

Summary

  • add braces for if statements in tokenCounterImage

Testing

  • npm run build-webview
  • npm run build-cli
  • npm run lint
  • npm test
  • python -m pytest python/tests

https://chatgpt.com/codex/tasks/task_e_68889428dacc832e9ad2dac33e0d25d8

Copilot AI review requested due to automatic review settings July 29, 2025 10:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds braces to single-line if statements in the tokenCounterImage.ts file to comply with linting rules that require explicit braces for all control flow statements.

  • Converts single-line if statements to multi-line format with explicit braces
  • Addresses linting warnings without changing functional behavior
  • Improves code consistency and readability

@ultmaster ultmaster merged commit 1d88eb6 into main Jul 30, 2025
3 checks passed
@ultmaster ultmaster deleted the codex/fix-missing-braces-in-tokencounterimage.ts branch August 27, 2025 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants