Skip to content

Commit

Permalink
fix: removed obsolete $lines variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fslef committed Apr 30, 2024
1 parent d56960e commit ed4400c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Public/Write-OutputPadded.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ function Write-OutputPadded {

$indentation = $IdentLevel * 4
$effectiveWidth = $Width - $indentation
$lines = $Text -split '\r?\n'
$wrappedLines = @()

if ($Text.Length -le $effectiveWidth) {
Expand Down

0 comments on commit ed4400c

Please sign in to comment.