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

Fix indentation

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent e46ab722
......@@ -50,8 +50,8 @@ class Command(BaseCommand):
indexupdates.add(update.pk)
unit_ids.add(update.unit_id)
if update.source:
source_unit_ids.add(update.unit_id)
if update.source:
source_unit_ids.add(update.unit_id)
# Filter matching units
units = Unit.objects.filter(
......
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