Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkan committed Dec 11, 2020
1 parent 093438f commit 9d97ccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void RestorePackages(Project project)
}
catch (Exception exception)
{
_telemetryProvider.PostFault(exception, typeof(VsPackageRestorer).FullName);
_telemetryProvider.PostFault(exception, typeof(VsPackageRestorer).FullName);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ public bool TryCreateContext(string projectUniqueName, out IVsPathContext output
{
var nuGetProject = await CreateNuGetProjectAsync(projectUniqueName);
// It's possible the project isn't a NuGet-compatible project at all.
if (nuGetProject == null)
// It's possible the project isn't a NuGet-compatible project at all.
if (nuGetProject == null)
{
return null;
}
Expand Down

0 comments on commit 9d97ccb

Please sign in to comment.