Skip to content

Commit

Permalink
Replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Pflibsen-Jones committed Jun 28, 2021
1 parent 628bfa6 commit 82ba117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parametric/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class Tree(object):

__slots__ = (
'param', 'generate_leaves', 'leaves_array', 'stem_index', 'tree_scale', 'branches_curve',
'base_length', 'split_num_error', 'tree_obj', 'trunk_length'
'base_length', 'split_num_error', 'tree_obj', 'trunk_length'
)

def __init__(self, param, generate_leaves=True):
Expand Down

0 comments on commit 82ba117

Please sign in to comment.