Skip to content

Commit

Permalink
chore: elm-format
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Nov 7, 2023
1 parent 118bb52 commit e262b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elm/Pages/Build/Graph/DOT.elm
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ nodeLabelTableAttributes =

{-| nodeAttributes : returns the node-specific dynamic attributes
-}
nodeAttributes : BuildModel.PartialModel a -> BuildGraph-> BuildGraphNode -> Dict String Attribute
nodeAttributes : BuildModel.PartialModel a -> BuildGraph -> BuildGraphNode -> Dict String Attribute
nodeAttributes model buildGraph node =
let
-- embed node information in the element id
Expand Down

0 comments on commit e262b71

Please sign in to comment.