fix(checks/data-mesher): format, dont pass a duplicate data-mesher module
This commit is contained in:
@@ -114,7 +114,7 @@ let
|
||||
inherit (instance) module;
|
||||
inherit resolvedModule instanceRoles;
|
||||
}
|
||||
) inventory.instances or {};
|
||||
) inventory.instances or { };
|
||||
|
||||
# TODO: Eagerly check the _class of the resolved module
|
||||
importedModulesEvaluated = lib.mapAttrs (
|
||||
|
||||
Reference in New Issue
Block a user