mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-30 11:30:37 +00:00
cargo fmt
This commit is contained in:
@@ -35,7 +35,10 @@ impl SafekeeperReconcilers {
|
||||
service: &Arc<Service>,
|
||||
reqs: Vec<ScheduleRequest>,
|
||||
) {
|
||||
tracing::info!("Scheduling {} pending safekeeper ops loaded from db", reqs.len());
|
||||
tracing::info!(
|
||||
"Scheduling {} pending safekeeper ops loaded from db",
|
||||
reqs.len()
|
||||
);
|
||||
for req in reqs {
|
||||
self.schedule_request(service, req);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user