fix comment indentation

This commit is contained in:
Jakub Trllo 2023-01-19 12:35:56 +01:00
parent 90d4097143
commit 0bc73832b0

View file

@ -282,7 +282,7 @@ class ExistingLayoutLoader(plugin.Loader):
actors_matched = []
for (repr_data, lasset) in layout_data:
# For every actor in the scene, check if it has a representation in
# For every actor in the scene, check if it has a representation in
# those we got from the JSON. If so, create a container for it.
# Otherwise, remove it from the scene.
found = False