Skip to content

Commit e5c5eb6

Browse files
committed
Mix format
1 parent b1302f8 commit e5c5eb6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

services/app/apps/codebattle/mix.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ defmodule Codebattle.MixProject do
9191
{:excoveralls, "~> 0.13", only: :test},
9292
{:floki, "~> 0.29", only: :test},
9393
{:mock, "~> 0.3.5", only: :test},
94-
{:phoenix_integration,
95-
github: "jaimeiniesta/phoenix_integration", branch: "relax-phoenix-html", only: :test}
94+
{:phoenix_integration, github: "jaimeiniesta/phoenix_integration", branch: "relax-phoenix-html", only: :test}
9695
]
9796
end
9897

services/app/mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule CodebattleUmbrella.MixProject do
1212
deps: [
1313
{:mix_audit, "~> 2.1", only: [:dev, :test], runtime: false},
1414
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
15-
{:excoveralls, "~> 0.13", only: :test},
15+
{:excoveralls, "~> 0.13", only: :test}
1616
],
1717
listeners: [Phoenix.CodeReloader],
1818
dialyzer: [
@@ -50,6 +50,6 @@ defmodule CodebattleUmbrella.MixProject do
5050
end
5151

5252
defp aliases do
53-
[ ]
53+
[]
5454
end
5555
end

0 commit comments

Comments
 (0)