Fix weird syntax error

This commit is contained in:
connor rigby 2018-02-09 09:40:10 -08:00 committed by Connor Rigby
parent 4b3ab1112e
commit d0a8adc6fd

View file

@ -118,7 +118,7 @@ defmodule Farmbot.Firmware do
defmodule State do
@moduledoc false
defstruct
defstruct [
handler: nil,
handler_mod: nil,
idle: false,
@ -131,6 +131,7 @@ defmodule Farmbot.Firmware do
current: nil,
timeout_ms: 150_000,
queue: :queue.new()
]
end
def init([]) do