mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
Make clippy happy
This commit is contained in:
@@ -66,9 +66,9 @@ impl LazyTenantsMap {
|
||||
.map
|
||||
.get(tenant_id)
|
||||
.ok_or(GetTenantError::NotFound(*tenant_id))?;
|
||||
Ok(tenant
|
||||
tenant
|
||||
.get_or_try_init(|| self.try_load_tenant(tenant_id))
|
||||
.await?)
|
||||
.await
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user