Skip to content

Commit

Permalink
chore: fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel authored Oct 19, 2018
1 parent 3640452 commit 37ccc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ defmodule Spandex.Mixfile do
{:ex_doc, ">= 0.19.0", only: :dev, runtime: false},
{:excoveralls, "~> 0.10", only: :test},
{:git_ops, "~> 0.3.3", only: :dev},
{:inch_ex, github: "rrrene/inch_ex", only: [:dev, :test]},
{:inch_ex, github: "rrrene/inch_ex", only: [:dev, :test]},
{:optimal, "~> 0.3.3"},
{:plug, ">= 1.0.0"},
{:decorator, "~> 1.2", optional: true}
Expand Down

0 comments on commit 37ccc05

Please sign in to comment.