Fix weird syntax error

pull/447/head
connor rigby 2018-02-09 09:40:10 -08:00 committed by Connor Rigby
parent 4b3ab1112e
commit d0a8adc6fd
1 changed files with 2 additions and 1 deletions

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