From 4c5db247cf38e1cd9c84c972a5b919b807f9babf Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 7 Sep 2026 06:12:51 +0000 Subject: [PATCH] Collapse a double blank line rustfmt rejects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `cargo fmt --all -- --check` fails on lance-graph-ogar/src/lib.rs:648 — two consecutive blank lines where rustfmt's blank_lines_upper_bound allows one. It reddens every consumer whose CI checks this repo out beside its own and runs a workspace-wide fmt check (found from AdaWorldAPI/q2#152, whose own sources were already clean). Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_012wrzeZAdwGYTCKoxamwQht --- crates/lance-graph-ogar/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/lance-graph-ogar/src/lib.rs b/crates/lance-graph-ogar/src/lib.rs index ecdea641e..c3b399fee 100644 --- a/crates/lance-graph-ogar/src/lib.rs +++ b/crates/lance-graph-ogar/src/lib.rs @@ -648,7 +648,6 @@ mod hotplug_bridge_tests { } } - /// D-BLOCKS-HOTPLUG-1: the storage READING rides the activation, scoped to /// `ogar-loco` (`0x17XX`) for now. #[cfg(test)]