Skip to content

Commit 492e0f6

Browse files
authored
Add missing comma in SpecialVars.cs
1 parent 7912b03 commit 492e0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/SpecialVars.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ internal enum PreferenceVariable
183183
PSEmailServer,
184184
PSDefaultParameterValues,
185185
PSModuleAutoLoadingPreference,
186-
PSNativeCommandArgumentPassing.
186+
PSNativeCommandArgumentPassing,
187187
pwd,
188188
Null,
189189
True,

0 commit comments

Comments
 (0)