Skip to content

Commit

Permalink
Update src/JustSaying/Fluent/PublishConfig/StaticPublicationConfigura…
Browse files Browse the repository at this point in the history
…tion.cs

Co-authored-by: Martin Costello <[email protected]>
  • Loading branch information
gkinsman and martincostello authored May 19, 2022
1 parent a1cf6f5 commit f81ee99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace JustSaying.Fluent;

internal class StaticPublicationConfiguration : ITopicPublisher
internal sealed class StaticPublicationConfiguration : ITopicPublisher
{
public Func<CancellationToken, Task> StartupTask { get; }
public IMessagePublisher Publisher { get; }
Expand Down

0 comments on commit f81ee99

Please sign in to comment.