fmt: rustfmt arigraph/community.rs (unblocks main CI after #714)#715
Conversation
#714 (feat(arigraph): community.rs, D-GR-3a) merged without `cargo fmt`, so `cargo fmt --manifest-path crates/lance-graph/Cargo.toml -- --check` fails on main and blocks CI on every subsequent PR. Pure formatting — zero semantic change (block-body vs single-line closures, struct-literal wrapping, test tuple wrapping). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Awg6TXocHcwTtc6eGsHcdD
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_91fdbd4c-dea3-4932-85a0-c782087e6cf7) |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughFormatting-only updates rewrap community detection implementation and test code in ChangesCommunity Detection Formatting
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
#714(feat(arigraph): community.rs, D-GR-3a) merged withoutcargo fmt, socargo fmt --manifest-path crates/lance-graph/Cargo.toml -- --checknow fails onmainand blocks CI on every subsequent PR.This applies
cargo fmtto that one file. Pure formatting — zero semantic change (block-body vs single-line closures, struct-literal field wrapping, test tuple wrapping — exactly the diff the CI job printed).Verification
cargo fmt --manifest-path crates/lance-graph/Cargo.toml -- --check→ clean.git diff --stat→ single file (community.rs, 61+/21−); nothing else touched, confirmingmainis otherwise fmt-clean.🤖 Generated with Claude Code
https://claude.ai/code/session_01Awg6TXocHcwTtc6eGsHcdD
Generated by Claude Code
Summary by CodeRabbit