Skip to content

Commit 2c62674

Browse files
committed
clean up the diff
1 parent fedc754 commit 2c62674

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
@@ -1197,9 +1197,7 @@ impl<'db> Signature<'db> {
11971197
break;
11981198
}
11991199

1200-
_ => {
1201-
return ConstraintSet::from(false);
1202-
}
1200+
_ => return ConstraintSet::from(false),
12031201
}
12041202
}
12051203
}

0 commit comments

Comments
 (0)