Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweak style in State interface
  • Loading branch information
joesweeney committed Apr 3, 2017
1 parent 818d340 commit 4cdcae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CheckersGameState.java
@@ -1,4 +1,4 @@
import java . util . List ;
import java.util.List;
public interface CheckersGameState {
String player ();
List < Move > actions ();
Expand Down

0 comments on commit 4cdcae2

Please sign in to comment.