diff --git a/mix.exs b/mix.exs index f3b5f82c..f15f9afc 100644 --- a/mix.exs +++ b/mix.exs @@ -111,7 +111,8 @@ defmodule Farmbot.Mixfile do {:nerves_leds, "~> 0.8.0"}, {:cowboy, "~> 2.0"}, {:plug, "~> 1.6"}, - {:ranch_proxy_protocol, github: "heroku/ranch_proxy_protocol", override: true}, + {:ranch_proxy_protocol, + github: "heroku/ranch_proxy_protocol", override: true}, {:cors_plug, "~> 1.5"}, {:rsa, "~> 0.0.1"}, {:joken, "~> 1.1"},