Skip to content

Commit

Permalink
tests: apply formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Reto Achermann <[email protected]>
  • Loading branch information
achreto committed Aug 7, 2023
1 parent 671e1b3 commit ee5f2cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/testutils/src/rackscale_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ impl<T: Clone + Send + 'static> RackscaleRun<T> {
}

pub fn run_multi_node(&self) {

// Do not allow over provisioning
let machine = Machine::determine();
assert!(self.cores_per_client * self.num_clients + 1 <= machine.max_cores());
Expand Down

0 comments on commit ee5f2cc

Please sign in to comment.