Skip to content

Commit

Permalink
Format SetActionForCallHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos committed May 14, 2024
1 parent 3abd7cb commit f5f9376
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/NSubstitute/Routing/Handlers/SetActionForCallHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

namespace NSubstitute.Routing.Handlers;

public class SetActionForCallHandler(ICallSpecificationFactory callSpecificationFactory, ICallActions callActions, Action<CallInfo> action, MatchArgs matchArgs) : ICallHandler
public class SetActionForCallHandler(
ICallSpecificationFactory callSpecificationFactory,
ICallActions callActions,
Action<CallInfo> action,
MatchArgs matchArgs) : ICallHandler
{
public RouteAction Handle(ICall call)
{
Expand Down

0 comments on commit f5f9376

Please sign in to comment.