Commit c2970630 authored by Michal Čihař's avatar Michal Čihař

Wrap long line

parent a30b22ff
......@@ -965,7 +965,9 @@ class Unit(models.Model):
# Delete no longer failing checks
if cleanup_checks:
was_change |= self.cleanup_checks(old_source_checks, old_target_checks)
was_change |= self.cleanup_checks(
old_source_checks, old_target_checks
)
# Update failing checks flag
if was_change:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment