fix: fmt
parent
c908cf0f98
commit
462a5590c6
|
@ -1071,8 +1071,7 @@ mod tests {
|
|||
let test_registry = metrics::TestMetricRegistry::new(Arc::clone(®istry));
|
||||
(
|
||||
test_registry,
|
||||
ServerConfig::new(Arc::new(object_store), registry, None)
|
||||
.with_num_worker_threads(1),
|
||||
ServerConfig::new(Arc::new(object_store), registry, None).with_num_worker_threads(1),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue