Skip to content

Commit 942189b

Browse files
committed
Adjust minor style comments.
1 parent 14e8ca3 commit 942189b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/axelrod_fortran/player.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ def original_strategy(
7575
return self.original_function(*[byref(arg) for arg in args])
7676

7777
def strategy(self, opponent):
78-
if type(opponent) is Player\
79-
and (opponent.original_name == self.original_name) \
80-
and (opponent.shared_library_name == self.shared_library_name):
78+
if type(opponent) is Player \
79+
and (opponent.original_name == self.original_name) \
80+
and (opponent.shared_library_name == self.shared_library_name):
8181

8282
message = """
8383
You are playing a match with two copies of the same player.

0 commit comments

Comments
 (0)