Skip to content

Commit c981068

Browse files
committed
♻️ Formatting
1 parent 674a455 commit c981068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwsh/aliases.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ if (Get-Command hub -ErrorAction SilentlyContinue) { Set-Alias -Name git -Value
172172
# =============
173173

174174
# Check `scoop-search` is installed
175-
if ([String] $(which scoop-search).length -gt 0){
175+
if ([String] $(which scoop-search).length -gt 0) {
176176
# Alias `scoop-search` to `scoop search`
177177
Invoke-Expression (&scoop-search --hook)
178178
}

0 commit comments

Comments
 (0)