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
23
23
private readonly string blogName ;
24
24
private readonly IRepository < BlogPost > blogPostRepository ;
25
25
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 )
27
30
{
28
31
ArgumentNullException . ThrowIfNull ( introductionConfiguration ) ;
29
32
ArgumentNullException . ThrowIfNull ( applicationConfiguration ) ;
You can’t perform that action at this time.
0 commit comments