mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Various formatting changes.
This commit is contained in:
@@ -36,7 +36,10 @@ impl Simulation {
|
||||
message.data.clone(),
|
||||
true,
|
||||
)?;
|
||||
self.record_trace(node_id, format!("leaf {leaf_name} echoed {} bytes", message.data.len()));
|
||||
self.record_trace(
|
||||
node_id,
|
||||
format!("leaf {leaf_name} echoed {} bytes", message.data.len()),
|
||||
);
|
||||
self.process_outcome(node_id, outcome)?;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user