Skip to content

Commit

Permalink
Fixing trailing white spaces in fan_drawer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vboykox authored and Your Name committed Dec 22, 2021
1 parent cbd35dd commit ff6bd5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ def fan_drawer_list_get():
else:
max_fantray = 1
max_fan = 5

return [FanDrawer(i, max_fan) for i in range(1, max_fantray + 1)]

0 comments on commit ff6bd5b

Please sign in to comment.