File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ public static void SetAppServiceEasyAuthEnvironment()
5151 /// </summary>
5252 public static void UnsetAppServiceEasyAuthEnvironment ( )
5353 {
54- Environment . SetEnvironmentVariable (
55- AppServiceAuthenticationInfo . APPSERVICESAUTH_ENABLED_ENVVAR ,
56- null ) ;
54+ Environment . SetEnvironmentVariable (
55+ AppServiceAuthenticationInfo . APPSERVICESAUTH_ENABLED_ENVVAR ,
56+ null ) ;
5757
58- Environment . SetEnvironmentVariable (
59- AppServiceAuthenticationInfo . APPSERVICESAUTH_IDENTITYPROVIDER_ENVVAR ,
60- null ) ;
58+ Environment . SetEnvironmentVariable (
59+ AppServiceAuthenticationInfo . APPSERVICESAUTH_IDENTITYPROVIDER_ENVVAR ,
60+ null ) ;
6161 }
6262
6363 /// <summary>
@@ -67,9 +67,9 @@ public static void UnsetAppServiceEasyAuthEnvironment()
6767 /// <returns></returns>
6868 public static FileSystemRuntimeConfigLoader GetRuntimeConfigLoader ( )
6969 {
70- FileSystem fileSystem = new ( ) ;
71- FileSystemRuntimeConfigLoader runtimeConfigLoader = new ( fileSystem ) ;
72- return runtimeConfigLoader ;
70+ FileSystem fileSystem = new ( ) ;
71+ FileSystemRuntimeConfigLoader runtimeConfigLoader = new ( fileSystem ) ;
72+ return runtimeConfigLoader ;
7373 }
7474
7575 public static ILoggerFactory ProvisionLoggerFactory ( ) =>
You can’t perform that action at this time.
0 commit comments