fix whitespace.

pull/375/head
Connor Rigby 2017-12-07 12:36:42 -08:00
parent 02349dfd46
commit 9773404a62
1 changed files with 1 additions and 1 deletions

View File

@ -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."}