Skip to content

Commit

Permalink
fix white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lgiacome committed Nov 18, 2024
1 parent e5d6aef commit 608d5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xwakes/wit/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def __radd__(self, other: Union[int, Component]) -> Component:
"""

# Checks if the left addend, other, is not a Component
if other == 0:
if other == 0:
# In which case, the right addend is simply returned
return self
elif not isinstance(other, Component):
Expand Down

0 comments on commit 608d5d4

Please sign in to comment.