mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-23 23:05:35 +03:00
Add missing type annotation
This commit is contained in:
parent
df8fef43e9
commit
49468f40bf
@ -114,6 +114,7 @@ buildModuleGraph mods =
|
||||
nodesAndEdges : (ModuleName -> Maybe Int) -> ProjectModule -> Int -> ( Graph.Node ModuleName, List (Graph.Edge ()) )
|
||||
nodesAndEdges getModuleId module_ moduleId =
|
||||
let
|
||||
moduleName : ModuleName
|
||||
moduleName =
|
||||
getModuleName module_
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user