Skip to content

fix: apply cargo fmt formatting#2

Merged
timbrinded merged 1 commit into
masterfrom
fix/formatting
Feb 1, 2026
Merged

fix: apply cargo fmt formatting#2
timbrinded merged 1 commit into
masterfrom
fix/formatting

Conversation

@timbrinded

Copy link
Copy Markdown
Owner

Fixes CI formatting check failure by running cargo fmt on the two files with long lines.

Copilot AI review requested due to automatic review settings February 1, 2026 12:57

Copilot AI left a comment

Copy link
Copy Markdown

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 applies cargo fmt formatting to fix CI formatting check failures by splitting long lines in two files.

Changes:

  • Reformatted long Span::styled call in src/plan/app.rs to span multiple lines
  • Reformatted long app.push_log call in src/commands/plan.rs to span multiple lines

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/plan/app.rs Split long Span::styled call into multiple lines to comply with formatting standards
src/commands/plan.rs Split long app.push_log call into multiple lines to comply with formatting standards

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@timbrinded timbrinded merged commit 16668d0 into master Feb 1, 2026
12 checks passed
@timbrinded timbrinded deleted the fix/formatting branch February 1, 2026 13:00
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