Skip to content

Do we need empty branch in Microsoft.PowerShell.Commands.ExportCsvHelper? #6809

@sethvs

Description

@sethvs

Do we need this check in Microsoft.PowerShell.Commands.ExportCsvHelper?

        ExportCsvHelper(PSCmdlet cmdlet, char delimiter)
        {
            if (cmdlet == null)
            {
            }
            _cmdlet = cmdlet;
            _delimiter = delimiter;
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-Code Cleanupthe issue is for cleaning up the code with no impact on functionalityResolution-FixedThe issue is fixed.WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions