We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4d1ec commit 3bb80bbCopy full SHA for 3bb80bb
1 file changed
core/src/worker/tuner.rs
@@ -114,7 +114,11 @@ impl TunerHolderOptions {
114
}
115
Some(SlotSupplierOptions::ResourceBased(rso)) => {
116
builder.nexus_slot_supplier(
117
- rb_tuner.as_mut().unwrap().with_nexus_slots_options(rso).nexus_task_slot_supplier(),
+ rb_tuner
118
+ .as_mut()
119
+ .unwrap()
120
+ .with_nexus_slots_options(rso)
121
+ .nexus_task_slot_supplier(),
122
);
123
124
Some(SlotSupplierOptions::Custom(ss)) => {
0 commit comments