elm-syntax
elm-syntax copied to clipboard
Extra line breaks causes parsing to fail
The following module won't parse likely due to the extra line breaks in the code.
module Env exposing (..)
-- The Env.elm file is for per-environment configuration.
-- See https://dashboard.lamdera.app/docs/environment for more info.
dummyConfigItem =
""