Skip to content

Commit 5e5fbe2

Browse files
committed
bit_machine: add missing space to StderrTracker
This was annoying me.
1 parent 271dde9 commit 5e5fbe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bit_machine/tracker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ impl<J: Jet> ExecTracker<J> for StderrTracker {
163163
NodeOutput::Success(mut output) => {
164164
let output_val = Value::from_padded_bits(&mut output, &node.arrow().target)
165165
.expect("output from bit machine will always be well-formed");
166-
eprintln!(" output {output_val}");
166+
eprintln!(" output {output_val}");
167167
}
168168
}
169169

0 commit comments

Comments
 (0)