File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/LinkDotNet.Blog.Web/Controller Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,10 @@ public sealed class RssFeedController : ControllerBase
2323 private readonly string blogName ;
2424 private readonly IRepository < BlogPost > blogPostRepository ;
2525
26- public RssFeedController ( IOptions < Introduction > introductionConfiguration , IOptions < ApplicationConfiguration > applicationConfiguration , IRepository < BlogPost > blogPostRepository )
26+ public RssFeedController (
27+ IOptions < Introduction > introductionConfiguration ,
28+ IOptions < ApplicationConfiguration > applicationConfiguration ,
29+ IRepository < BlogPost > blogPostRepository )
2730 {
2831 ArgumentNullException . ThrowIfNull ( introductionConfiguration ) ;
2932 ArgumentNullException . ThrowIfNull ( applicationConfiguration ) ;
You can’t perform that action at this time.
0 commit comments