Skip to content

Commit 0858208

Browse files
committed
fix: doc comment indentation for CI clippy\n\n🤖 Generated with [Nori](https://noriagentic.com)\n\nCo-Authored-By: Nori <contact@tilework.tech>
1 parent 84288b3 commit 0858208

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎codex-rs/acp/src/connection/sacp_connection.rs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ const MINIMUM_SUPPORTED_VERSION: ProtocolVersion = ProtocolVersion::V1;
7777
/// - The `JrConnectionCx` is cloned out and used for all subsequent requests.
7878
/// - Session notifications and approval requests are forwarded via channels.
7979
/// - The session update channel is swapped for each prompt via an `Arc<Mutex<...>>`.
80-
/// Shared slot for the active session update sender, paired with a generation
81-
/// counter to prevent stale uninstalls from wiping a newer sender.
80+
/// Shared slot for the active session update sender, paired with a generation counter to prevent
81+
/// stale uninstalls from wiping a newer sender.
8282
type ActiveUpdateSlot = std::sync::Arc<Mutex<Option<(u64, mpsc::Sender<SessionUpdate>)>>>;
8383

8484
pub struct SacpConnection {

0 commit comments

Comments
 (0)