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

Commit 520eaa8

Browse files
committed
tests: apply formatter
Signed-off-by: Reto Achermann <achreto@gmail.com>
1 parent fa5a6e9 commit 520eaa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/testutils/src/rackscale_runner.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ impl<T: Clone + Send + 'static> RackscaleRun<T> {
429429
}
430430

431431
pub fn run_multi_node(&self) {
432-
433432
// Do not allow over provisioning
434433
let machine = Machine::determine();
435434
assert!(self.cores_per_client * self.num_clients + 1 <= machine.max_cores());

0 commit comments

Comments
 (0)