reformat, sorry @kero

This commit is contained in:
Tamo 2022-11-15 17:57:27 +01:00
parent 9473cccc27
commit 4953b62712
No known key found for this signature in database
GPG Key ID: 20CD8020AFA88D69

View File

@ -256,7 +256,7 @@ impl From<Opt> for Infos {
scheduler_options,
config_file_path,
#[cfg(all(not(debug_assertions), feature = "analytics"))]
no_analytics: _,
no_analytics: _,
} = options;
let SchedulerConfig { disable_auto_batching } = scheduler_options;