From 9773404a6202a2cc736753cbf7edf3482459123e Mon Sep 17 00:00:00 2001 From: Connor Rigby Date: Thu, 7 Dec 2017 12:36:42 -0800 Subject: [PATCH] fix whitespace. --- lib/farmbot/bootstrap/authorization.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/farmbot/bootstrap/authorization.ex b/lib/farmbot/bootstrap/authorization.ex index 25b7576b..a0f96764 100644 --- a/lib/farmbot/bootstrap/authorization.ex +++ b/lib/farmbot/bootstrap/authorization.ex @@ -52,7 +52,7 @@ defmodule Farmbot.Bootstrap.Authorization do {:ok, resp} <- request_token(server, payload), {:ok, body} <- Poison.decode(resp), {:ok, map} <- Map.fetch(body, "token") do - Farmbot.System.GPIO.Leds.led_status_ok() + Farmbot.System.GPIO.Leds.led_status_ok() Map.fetch(map, "encoded") else :error -> {:error, "unknown error."}