diff --git a/compute_tools/src/pg_helpers.rs b/compute_tools/src/pg_helpers.rs index 75f28805fd..0c0477eb3e 100644 --- a/compute_tools/src/pg_helpers.rs +++ b/compute_tools/src/pg_helpers.rs @@ -553,7 +553,7 @@ pub async fn reload_pgbouncer() -> Result<()> { if let Err(err) = client.simple_query("RELOAD").await { // Don't fail on error, just print it into log error!("Failed to apply pgbouncer setting change: {err}",); - }; + } Ok(()) }