Skip to content

Commit 9166ff6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8c3b172 commit 9166ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/assertion/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def _compare_eq_cls(left: Any, right: Any, verbose: int) -> List[str]:
460460
fields_to_check = left._fields
461461
else:
462462
assert False
463-
463+
464464
indent = " "
465465
same = []
466466
diff = []

0 commit comments

Comments
 (0)