Normalize cr/lf/tab
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Umbraco.Web.HealthCheck
|
||||
{
|
||||
public class HealthCheckCollection : BuilderCollectionBase<HealthCheck>
|
||||
{
|
||||
public HealthCheckCollection(IEnumerable<HealthCheck> items)
|
||||
public HealthCheckCollection(IEnumerable<HealthCheck> items)
|
||||
: base(items)
|
||||
{ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user