Fixing formatting issues pointed out during code review.
This commit is contained in:
parent
3d0089552c
commit
af3d2a6c5c
2 changed files with 3 additions and 8 deletions
|
@ -23,12 +23,7 @@ namespace Microsoft.DotNet.Configurer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public string NuGetUserSettingsDirectory
|
public string NuGetUserSettingsDirectory =>
|
||||||
{
|
NuGetEnvironment.GetFolderPath(NuGetFolderPath.UserSettingsDirectory);
|
||||||
get
|
|
||||||
{
|
|
||||||
return NuGetEnvironment.GetFolderPath(NuGetFolderPath.UserSettingsDirectory);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,7 +62,7 @@ namespace Microsoft.DotNet.Configurer
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if(!Directory.Exists(_nugetCachePath))
|
if (!Directory.Exists(_nugetCachePath))
|
||||||
{
|
{
|
||||||
Directory.CreateDirectory(_nugetCachePath);
|
Directory.CreateDirectory(_nugetCachePath);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue