diff --git a/tools/ModuleMetadata/GetModuleMetadata.psm1 b/tools/ModuleMetadata/GetModuleMetadata.psm1 index 07f13705b666..0f9d4568a873 100644 --- a/tools/ModuleMetadata/GetModuleMetadata.psm1 +++ b/tools/ModuleMetadata/GetModuleMetadata.psm1 @@ -38,7 +38,6 @@ function Get-CmdletBindingPropertyValue } return $null } - return $null } } elseif ($Cmdlet.CommandType -eq 'Cmdlet')