Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 22, 2022
1 parent 5841d35 commit baf15b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Limbo.Umbraco.BlockList/Composers/BlockListComposer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Limbo.Umbraco.BlockList.Composers {
public sealed class BlockListComposer : IComposer {

public void Compose(IUmbracoBuilder builder) {

builder
.AddNotificationHandler<SendingContentNotification, SendingContentHandler>()
.WithCollectionBuilder<BlockListTypeConverterCollectionBuilder>()
Expand Down

0 comments on commit baf15b3

Please sign in to comment.