Skip to content

Commit 4c977e7

Browse files
Codexclaude
andcommitted
style(detector): wrap doc comment to satisfy nightly rustfmt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fe3cdf8 commit 4c977e7

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

robsond/src/detector.rs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,13 @@ impl DetectorTask {
381381
}
382382
}
383383

384-
/// Attempt an immediate signal using the last OHLCV candle close as entry price.
384+
/// Attempt an immediate signal using the last OHLCV candle close as entry
385+
/// price.
385386
///
386-
/// Used by `run` for `Immediate` mode before entering the reactive event loop.
387-
/// Fetches candles from the OHLCV port, takes the last close as the reference
388-
/// price, and delegates to `create_signal` (which computes the technical stop).
387+
/// Used by `run` for `Immediate` mode before entering the reactive event
388+
/// loop. Fetches candles from the OHLCV port, takes the last close as
389+
/// the reference price, and delegates to `create_signal` (which
390+
/// computes the technical stop).
389391
async fn try_proactive_immediate_signal(&self) -> DaemonResult<DetectorSignal> {
390392
let candles = self
391393
.ohlcv_port

0 commit comments

Comments
 (0)