Skip to content

Commit

Permalink
🎨 Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
gluons committed Dec 31, 2024
1 parent 51a2020 commit a6c4a2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/utils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ function Get-Git-Aliases ([string] $Alias) {
function Write-Host-Deprecated {
param (
[Parameter(Mandatory = $true)][string] $previous,
[Parameter(Mandatory = $true)][string] $next
[Parameter(Mandatory = $true)][string] $next
)

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

0 comments on commit a6c4a2d

Please sign in to comment.