Skip to content
Snippets Groups Projects
Commit cce49d38 authored by Hock, Martin's avatar Hock, Martin
Browse files

Remove trailing whitespace.

parent 4415df48
No related branches found
No related tags found
No related merge requests found
......@@ -435,7 +435,7 @@ def print_assembly_tree(root, levels=None):
Args:
root (LegoAssembly): The root of the assembly tree to print.
levels (List[bool]): Internally used by recursion to know where
levels (List[bool]): Internally used by recursion to know where
to print vertical connection. Defaults to an empty list.
"""
if not isinstance(root, LegoAssembly):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment