Open lue-bird opened 2 years ago
When one manually removes all exposed members from an import, exposing () remains. These have to be removed manually, while elm-format could remove those empty exposes patterns automatically.
import
exposing ()
When one manually removes all exposed members from an
import
,exposing ()
remains. These have to be removed manually, while elm-format could remove those empty exposes patterns automatically.