Skip to content

Commit

Permalink
Remove unused alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Kendal committed Aug 10, 2016
1 parent 32ec30c commit 4b7e116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/battle_snake/world.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule BattleSnake.World do
alias BattleSnake.{Snake, Board, Point, World}
alias BattleSnake.{Snake, Board, Point}

defstruct [
food: [],
Expand Down

0 comments on commit 4b7e116

Please sign in to comment.