Fixed warning SA1116 (The parameters should begin on the line after the declaration...), whenever in ctor
This commit is contained in:
committed by
Michael Latouche
parent
f3028a00b3
commit
16c5c4c4e8
@@ -10,7 +10,8 @@ public abstract class QueryOptionBase
|
||||
private readonly IPublishedSnapshotAccessor _publishedSnapshotAccessor;
|
||||
private readonly IRequestRoutingService _requestRoutingService;
|
||||
|
||||
public QueryOptionBase(IPublishedSnapshotAccessor publishedSnapshotAccessor,
|
||||
public QueryOptionBase(
|
||||
IPublishedSnapshotAccessor publishedSnapshotAccessor,
|
||||
IRequestRoutingService requestRoutingService)
|
||||
{
|
||||
_publishedSnapshotAccessor = publishedSnapshotAccessor;
|
||||
|
||||
Reference in New Issue
Block a user