cargo fmt

This commit is contained in:
Carl Meyer
2026-01-09 13:17:38 -08:00
parent 01b1937065
commit fafd6e20dc

View File

@@ -4663,11 +4663,7 @@ impl<'db> Type<'db> {
return Err(last_error.unwrap_or(CallDunderError::MethodNotAvailable));
}
return Ok(Bindings::from_intersection(
db,
self,
successful_bindings,
));
return Ok(Bindings::from_intersection(db, self, successful_bindings));
}
// Implicit calls to dunder methods never access instance members, so we pass