Skip to content

Commit

Permalink
Always call functions with parentheses even without arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielelana committed Apr 23, 2018
1 parent 07f15d6 commit 49072a2
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,9 +7,9 @@ defmodule ExIban.Mixfile do
elixir: "~> 1.2",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
description: description,
package: package,
deps: deps]
description: description(),
package: package(),
deps: deps()]
end

def application do
Expand Down

0 comments on commit 49072a2

Please sign in to comment.