style: apply nix fmt

This commit is contained in:
müde 2026-07-05 22:24:42 +02:00
commit e1e3bda94a
7 changed files with 22 additions and 10 deletions

View file

@ -4,7 +4,9 @@ use std::sync::Mutex;
use serde_json::Value;
use crate::{Attach, Claude, CompactionPolicy, Config, Error, Result, SessionStore, Sink, Telemetry};
use crate::{
Attach, Claude, CompactionPolicy, Config, Error, Result, SessionStore, Sink, Telemetry,
};
/// A named claude session that outlives the model's context window by
/// compacting itself. Bundles the three things a durable session needs: