diff --git a/src/Autofac/Core/ComponentRegistrationExtensions.cs b/src/Autofac/Core/ComponentRegistrationExtensions.cs
index 2bf454bec..e5e7165fb 100644
--- a/src/Autofac/Core/ComponentRegistrationExtensions.cs
+++ b/src/Autofac/Core/ComponentRegistrationExtensions.cs
@@ -4,14 +4,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
-using Autofac.Core;
using Autofac.Core.Lifetime;
using Autofac.Core.Resolving.Pipeline;
namespace Autofac.Core
{
///
- /// Extension methods for component registrations.
+ /// Extension methods for .
///
public static class ComponentRegistrationExtensions
{
diff --git a/src/Autofac/Core/Registration/ComponentRegistration.cs b/src/Autofac/Core/Registration/ComponentRegistration.cs
index 3d2148de6..b68066760 100644
--- a/src/Autofac/Core/Registration/ComponentRegistration.cs
+++ b/src/Autofac/Core/Registration/ComponentRegistration.cs
@@ -20,8 +20,8 @@ public class ComponentRegistration : Disposable, IComponentRegistration
{
private readonly IComponentRegistration? _target;
private readonly IResolvePipelineBuilder _lateBuildPipeline;
- private EventHandler? _pipelineBuildEvent;
+ private EventHandler? _pipelineBuildEvent;
private IResolvePipeline? _builtComponentPipeline;
///