Skip to content

Commit

Permalink
remove bracket warnings present in elixir 1.4 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowdHailer authored and SebastianSzturo committed Feb 12, 2017
1 parent 3a6c58f commit d636bd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ defmodule Countries.Mixfile do
[app: :countries,
version: @version,
elixir: "~> 1.3",
deps: deps,
deps: deps(),

# Hex
source_url: "https://github.com/SebastianSzturo/countries",
description: description,
package: package]
description: description(),
package: package()]
end

def application do
Expand Down

0 comments on commit d636bd7

Please sign in to comment.