Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wensi-ai committed Oct 17, 2023
1 parent 1d1dad5 commit 3865b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bddl/trivial_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def get_saturated(self, objs):
return tuple(obj.name for obj in objs) in self.saturated

def set_nextto(self, objs, is_nextto):
assert len(objs) == 2
assert len(objs) == 2
if is_nextto:
self.nextto.add(objs)
else:
Expand Down

0 comments on commit 3865b4d

Please sign in to comment.