Skip to content

Commit

Permalink
fix indentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Koyaani committed Jul 4, 2022
1 parent a8d2c86 commit c10e6f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions py3dtiles/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,10 +656,10 @@ def send_points_to_process(self, now):
name, (tasks, point_count) = potentials[idx]
count += point_count
job_list += [
name,
self.node_store.get(name),
struct.pack('>I', len(tasks)),
] + tasks
name,
self.node_store.get(name),
struct.pack('>I', len(tasks)),
] + tasks
del potentials[idx]

del self.state.node_to_process[name]
Expand Down

0 comments on commit c10e6f5

Please sign in to comment.