Skip to content

Commit 3bb80bb

Browse files
committed
cargo fmt
1 parent ab4d1ec commit 3bb80bb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

core/src/worker/tuner.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,11 @@ impl TunerHolderOptions {
114114
}
115115
Some(SlotSupplierOptions::ResourceBased(rso)) => {
116116
builder.nexus_slot_supplier(
117-
rb_tuner.as_mut().unwrap().with_nexus_slots_options(rso).nexus_task_slot_supplier(),
117+
rb_tuner
118+
.as_mut()
119+
.unwrap()
120+
.with_nexus_slots_options(rso)
121+
.nexus_task_slot_supplier(),
118122
);
119123
}
120124
Some(SlotSupplierOptions::Custom(ss)) => {

0 commit comments

Comments
 (0)