Skip to content

Commit 35e0d7c

Browse files
sethvsjoeyaiello
authored andcommitted
Fix code formatting. in RFC0020 (#145)
1 parent ea2e473 commit 35e0d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-Final/RFC0020-DefaultFileEncoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ We should take this opportunity to rationalize our use of the `Encoding` paramet
9191
The following cmdlets use various types for the parameter `Encoding`
9292

9393
```PowerShell
94-
PS> Get-Command -type cmdlet | ?{$\_.parameters} |?{$\_.source -match "microsoft"}|ft name,{$\_.parameters['encoding'].ParameterType}
94+
PS> Get-Command -type cmdlet | ?{$_.parameters} |?{$_.source -match "microsoft"}|ft name,{$_.parameters['encoding'].ParameterType}
9595
9696
Name $_.parameters['encoding'].ParameterType
9797
---- ---------------------------------------

0 commit comments

Comments
 (0)