Skip to content

Commit

Permalink
fix: elm-format
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Nov 2, 2023
1 parent a526582 commit 13ff615
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/elm/Pages/Build/Graph/DOT.elm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
SPDX-License-Identifier: Apache-2.0
--}


module Pages.Build.Graph.DOT exposing (renderDOT)

import Dict exposing (Dict)
Expand Down
1 change: 1 addition & 0 deletions src/elm/Pages/Build/Graph/Interop.elm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
SPDX-License-Identifier: Apache-2.0
--}


module Pages.Build.Graph.Interop exposing (renderBuildGraph)

import Interop
Expand Down
1 change: 1 addition & 0 deletions src/elm/Pages/Build/Graph/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
SPDX-License-Identifier: Apache-2.0
--}


module Pages.Build.Graph.View exposing (view)

import FeatherIcons
Expand Down

0 comments on commit 13ff615

Please sign in to comment.