Skip to content

Fix cargo fmt: add missing trailing newline to src/stream.rs - #1

Merged
mbordash merged 2 commits into
mainfrom
copilot/fix-compile-lint-job
Jun 16, 2026
Merged

Fix cargo fmt: add missing trailing newline to src/stream.rs#1
mbordash merged 2 commits into
mainfrom
copilot/fix-compile-lint-job

Conversation

Copilot AI commented Jun 16, 2026

Copy link
Copy Markdown

The "Compile & Lint" CI job was failing because src/stream.rs was missing a trailing newline, causing cargo fmt --check to exit with code 1.

Changes

  • src/stream.rs: Added missing newline at end of file (No newline at end of file → properly terminated)

Copilot AI changed the title [WIP] Fix failing GitHub Actions job Compile & Lint Fix cargo fmt: add missing trailing newline to src/stream.rs Jun 16, 2026
Copilot AI requested a review from mbordash June 16, 2026 16:08
@mbordash
mbordash marked this pull request as ready for review June 16, 2026 16:10
@mbordash
mbordash merged commit 94c7923 into main Jun 16, 2026
1 check passed
@mbordash
mbordash deleted the copilot/fix-compile-lint-job branch June 16, 2026 16:13
mbordash added a commit that referenced this pull request Jun 16, 2026
* Initial plan

* Fix: add missing trailing newline to src/stream.rs to pass cargo fmt check

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
mbordash added a commit that referenced this pull request Jun 16, 2026
* Initial plan

* Fix: add missing trailing newline to src/stream.rs to pass cargo fmt check

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
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