Respond to PR feedback: use method names not comments

This commit is contained in:
Nick Guerrera 2017-07-19 10:25:45 -07:00
parent a1c423c0f6
commit 85573db000
2 changed files with 9 additions and 5 deletions

View file

@ -199,7 +199,6 @@ namespace Microsoft.DotNet.Cli
// see the .NET Core Notes in https://msdn.microsoft.com/en-us/library/system.diagnostics.process(v=vs.110).aspx
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
// Honor UI language customization
UILanguageOverride.Setup();
}