Some tiny code style updates

This commit is contained in:
Sebastiaan Janssen
2018-09-25 16:15:37 +02:00
parent 917269a260
commit 35ec07f970
5 changed files with 10 additions and 12 deletions

View File

@@ -193,9 +193,8 @@ namespace Umbraco.Web.Install
internal IEnumerable<Package> GetStarterKits()
{
if (_httpClient == null)
{
_httpClient = new HttpClient();
}
var packages = new List<Package>();
try
{