Skip to content

Commit 6f78f71

Browse files
committed
Fix SA1505: remove blank line after opening brace.
1 parent 9d52bb5 commit 6f78f71

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Autofac/RegistrationExtensions.Decorators.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ namespace Autofac;
1717
[SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling", Justification = "RegistrationBuilder is where all registration syntax lives.")]
1818
public static partial class RegistrationExtensions
1919
{
20-
2120
/// <summary>
2221
/// Decorate all components implementing service <typeparamref name="TService"/>
2322
/// using the provided <paramref name="decorator"/> function.

0 commit comments

Comments
 (0)