Skip to content

Commit a6c4a2d

Browse files
committed
🎨 Format code
1 parent 51a2020 commit a6c4a2d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎src/utils.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ function Get-Git-Aliases ([string] $Alias) {
147147
function Write-Host-Deprecated {
148148
param (
149149
[Parameter(Mandatory = $true)][string] $previous,
150-
[Parameter(Mandatory = $true)][string] $next
150+
[Parameter(Mandatory = $true)][string] $next
151151
)
152152

153-
Write-Host "[git-aliases] " -ForegroundColor Yellow -NoNewLine
154-
Write-Host "${previous}" -ForegroundColor Red -NoNewLine
155-
Write-Host " is a deprecated alias, use " -ForegroundColor Yellow -NoNewLine
156-
Write-Host """${next}""" -ForegroundColor Green -NoNewLine
157-
Write-Host " instead.`n" -ForegroundColor Yellow
153+
Write-Host "[git-aliases] " -ForegroundColor Yellow -NoNewLine
154+
Write-Host "${previous}" -ForegroundColor Red -NoNewLine
155+
Write-Host " is a deprecated alias, use " -ForegroundColor Yellow -NoNewLine
156+
Write-Host """${next}""" -ForegroundColor Green -NoNewLine
157+
Write-Host " instead.`n" -ForegroundColor Yellow
158158
}

0 commit comments

Comments
 (0)