Skip to content

Commit

Permalink
White space diff to please pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bayart committed Jul 24, 2024
1 parent 42a09b6 commit 503cf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oxcli/ox.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(
def __eq__(self, other) -> bool:
if not isinstance(other, OxCluster):
return False
if ( self.master_username == other.master_username and
if ( self.master_username == other.master_username and
self.master_password == other.master_password and
self.name == self.name ):
return True
Expand Down

0 comments on commit 503cf7a

Please sign in to comment.