Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 25bc162

Browse files
committed
Fixed formatting errors
1 parent 2e4352c commit 25bc162

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

kernel/tests/s11_rackscale_benchmarks.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,6 @@ fn s11_rackscale_memcached_benchmark_sharded_nros() {
13221322
test.is_multi_node = true;
13231323
test.shmem_size = 0;
13241324

1325-
13261325
fn cmd_fn(num_cores: usize, num_clients: usize, arg: Option<MemcachedShardedConfig>) -> String {
13271326
let config = arg.expect("missing configuration");
13281327
let num_threads = num_cores / num_clients;

kernel/testutils/src/runner_args.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,6 @@ pub fn log_qemu_out(args: &RunnerArgs, output: String) {
499499
log_qemu_out_with_name(Some(args), String::from(""), output)
500500
}
501501

502-
503-
504502
pub fn log_qemu_out_with_name(args: Option<&RunnerArgs>, name: String, output: String) {
505503
if !output.is_empty() {
506504
println!("\n===== QEMU LOG {}=====", name);
@@ -661,7 +659,7 @@ pub fn wait_for_sigterm_or_successful_exit_no_log(
661659
}
662660
}
663661
}
664-
_ => println!("{e}")
662+
_ => println!("{e}"),
665663
}
666664

667665
panic!("Qemu testing failed");

0 commit comments

Comments
 (0)