Skip to content

Commit 498b073

Browse files
authored
Merge pull request #8 from Axelrod-Python/k90r
Remove rogue space from L10
2 parents 091986d + 19bf258 commit 498b073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strategies/k90r.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ FUNCTION K90R(J,M,K,L,R, JA)
77
k90r=0
88
if((jold.eq.1).and.(j.eq.1)) k90r=1
99
jold=j
10-
RETURN
10+
RETURN
1111
END

0 commit comments

Comments
 (0)