Skip to content

Commit 3868294

Browse files
committed
clean up the diff
1 parent f89ec1a commit 3868294

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/ty_python_semantic/src/types/signatures.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,9 +1151,7 @@ impl<'db> Signature<'db> {
11511151
break;
11521152
}
11531153

1154-
_ => {
1155-
return ConstraintSet::from(false);
1156-
}
1154+
_ => return ConstraintSet::from(false),
11571155
}
11581156
}
11591157
}

0 commit comments

Comments
 (0)