Skip to content

Commit

Permalink
Organize module opens
Browse files Browse the repository at this point in the history
  • Loading branch information
leviroth committed Jun 11, 2017
1 parent a461b2e commit 34acc7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
open Color
open Core_kernel
open Color

type live_game = {board : Board.t;
dice : int * int;
Expand Down
2 changes: 1 addition & 1 deletion src/location.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
open Color
open Core_kernel
open Color

type t =
| Bar of color
Expand Down

0 comments on commit 34acc7e

Please sign in to comment.