Skip to content

Conversation

@melvincarvalho
Copy link
Contributor

Summary

  • Fix comment alignment to pass cargo fmt --check in CI

Problem

The previous PR #5 introduced lines that don't match the project's rustfmt style:

8, // chunk_first
7, // chunk_len

Should be:

8,    // chunk_first
7,    // chunk_len

Test plan

  • cargo test passes
  • Matches expected rustfmt output from CI logs

Align comments with extra spacing to satisfy rustfmt check.
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.

1 participant