Some tiny code style updates
This commit is contained in:
@@ -193,9 +193,8 @@ namespace Umbraco.Web.Install
|
||||
internal IEnumerable<Package> GetStarterKits()
|
||||
{
|
||||
if (_httpClient == null)
|
||||
{
|
||||
_httpClient = new HttpClient();
|
||||
}
|
||||
|
||||
var packages = new List<Package>();
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user