Skip to content

🔧 Refactor: Simplify TE sortRate string formatting#1925

Merged
mkmccarty merged 1 commit intomainfrom
mm-branch-1
Dec 10, 2025
Merged

🔧 Refactor: Simplify TE sortRate string formatting#1925
mkmccarty merged 1 commit intomainfrom
mm-branch-1

Conversation

@mkmccarty
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 10, 2025 03:14
@mkmccarty mkmccarty merged commit 087735d into main Dec 10, 2025
16 checks passed
@mkmccarty mkmccarty deleted the mm-branch-1 branch December 10, 2025 03:15
Copy link
Copy Markdown
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 simplifies string formatting by removing unnecessary fmt.Sprint() calls when assigning a simple string literal. The change improves code readability and eliminates redundant function calls.

  • Replaced fmt.Sprint(" **TE:🛜** ") with direct string assignment " **TE:🛜** "
  • Applied consistently across all three occurrences in the file
  • No functional changes, only code simplification

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants