From 04c879fda8c5f643d6b32454deb49515d10888be Mon Sep 17 00:00:00 2001 From: connor rigby Date: Thu, 28 Jun 2018 11:37:15 -0700 Subject: [PATCH] format --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"},