Skip to content

Commit

Permalink
Comment and layout corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjevans committed Dec 13, 2020
1 parent 390dbae commit 409bf53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Autofac/Core/ComponentRegistrationExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
/// <summary>
/// Extension methods for component registrations.
/// Extension methods for <see cref="IComponentRegistration"/>.
/// </summary>
public static class ComponentRegistrationExtensions
{
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac/Core/Registration/ComponentRegistration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public class ComponentRegistration : Disposable, IComponentRegistration
{
private readonly IComponentRegistration? _target;
private readonly IResolvePipelineBuilder _lateBuildPipeline;
private EventHandler<IResolvePipelineBuilder>? _pipelineBuildEvent;

private EventHandler<IResolvePipelineBuilder>? _pipelineBuildEvent;
private IResolvePipeline? _builtComponentPipeline;

/// <summary>
Expand Down

0 comments on commit 409bf53

Please sign in to comment.