mirror of
https://github.com/elicpeter/nyx.git
synced 2026-07-18 21:21:03 +02:00
cargo fmt
This commit is contained in:
parent
bec7bbf96c
commit
3a35cd6c8f
294 changed files with 6809 additions and 3911 deletions
|
|
@ -193,8 +193,14 @@ fn compose_chain_step_threads_prev_output_for_every_emitter() {
|
|||
"{lang:?} emitter must thread NYX_PREV_OUTPUT via extra_env; got {:?}",
|
||||
step.extra_env
|
||||
);
|
||||
assert!(!step.source.is_empty(), "{lang:?} step source must be non-empty");
|
||||
assert!(!step.command.is_empty(), "{lang:?} step command must be non-empty");
|
||||
assert!(
|
||||
!step.source.is_empty(),
|
||||
"{lang:?} step source must be non-empty"
|
||||
);
|
||||
assert!(
|
||||
!step.command.is_empty(),
|
||||
"{lang:?} step command must be non-empty"
|
||||
);
|
||||
assert!(
|
||||
!step.source.contains(ChainStepHarness::SINK_HIT_SENTINEL),
|
||||
"{lang:?} non-terminal step must NOT carry the sink-hit sentinel; got source:\n{}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue