Skip to content

Commit 32ec182

Browse files
author
Chris Hamill
committed
tweak for consistent style
1 parent c86292b commit 32ec182

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: deepdiff/diff.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,8 @@ def _diff_by_forming_pairs_and_comparing_one_by_one(
880880
x,
881881
y,
882882
child_relationship_class=child_relationship_class,
883-
child_relationship_param=j)
883+
child_relationship_param=j
884+
)
884885
self._diff(next_level, parents_ids_added, local_tree=local_tree)
885886

886887
def _diff_ordered_iterable_by_difflib(

0 commit comments

Comments
 (0)