Skip to content

Commit 8c7e20a

Browse files
committed
format, really?!?!
1 parent 3384392 commit 8c7e20a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/ty_python_semantic/src/types.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,11 +1909,7 @@ impl<'db> Type<'db> {
19091909
/// This uses `TypeRelation::ConstraintSetAssignability`, which encodes typevar relations into
19101910
/// a constraint set and lets `satisfied_by_all_typevars` perform existential vs universal
19111911
/// reasoning depending on inferable typevars.
1912-
pub fn is_constraint_set_assignable_to(
1913-
self,
1914-
db: &'db dyn Db,
1915-
target: Type<'db>,
1916-
) -> bool {
1912+
pub fn is_constraint_set_assignable_to(self, db: &'db dyn Db, target: Type<'db>) -> bool {
19171913
self.when_constraint_set_assignable_to(db, target, InferableTypeVars::None)
19181914
.is_always_satisfied(db)
19191915
}

0 commit comments

Comments
 (0)