From 6575500b7939d4207fb57d7cc9a8e405c029dc13 Mon Sep 17 00:00:00 2001 From: Mike Richmond Date: Tue, 9 Aug 2016 16:31:26 -0700 Subject: [PATCH] Whitespace change to retrigger a build --- src/System.Management.Automation/engine/PropertyAccessor.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/System.Management.Automation/engine/PropertyAccessor.cs b/src/System.Management.Automation/engine/PropertyAccessor.cs index 076e4b485..15203fa24 100644 --- a/src/System.Management.Automation/engine/PropertyAccessor.cs +++ b/src/System.Management.Automation/engine/PropertyAccessor.cs @@ -170,7 +170,8 @@ namespace System.Management.Automation } /// - /// Enables delayed creation of the user settings directory so it does not interfere with PowerShell initialization + /// Enables delayed creation of the user settings directory so it does + /// not interfere with PowerShell initialization /// /// Returns the directory if present or creatable. Throws otherwise. private string GetAppDataConfigDirectory()