Skip to content

Commit

Permalink
Removed commented code from MDQuote
Browse files Browse the repository at this point in the history
  • Loading branch information
belibug committed Jun 6, 2024
1 parent b2f003a commit e89d31c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Src/Modules/MarkdownPS/Public/New-MDQuote.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ function New-MDQuote {

Process {
$Lines|ForEach-Object {
# if($output -ne "")
# {
# $output+="$prefix"+[System.Environment]::NewLine
# }
$output+="$prefix "+$_+[System.Environment]::NewLine
}
}
Expand Down

0 comments on commit e89d31c

Please sign in to comment.