Skip to content

Commit 3420a3b

Browse files
author
James Brundage
committed
Updating .PSM1 source (trimming whitespace)
1 parent 0c0bd69 commit 3420a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PipeScript.ps1.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ $aliasList +=
77
$aliasList +=
88
[SmartAlias(Command='Use-PipeScript',Prefix='.<',Suffix='>',PassThru)]$transpilerNames
99

10-
$pipeScriptKeywords =
11-
Get-Transpiler |
10+
$pipeScriptKeywords =
11+
Get-Transpiler |
1212
Where-Object { $_.Metadata.'PipeScript.Keyword' } |
1313
Select-Object -ExpandProperty DisplayName
1414

0 commit comments

Comments
 (0)