Skip to content

Commit 52323fd

Browse files
committed
Fixed formatting #240.
1 parent 982c506 commit 52323fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MyTested.AspNetCore.Mvc.Controllers.Attributes/ActionAttributesTestBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static class ActionAttributesTestBuilderExtensions
2828
public static IAndActionAttributesTestBuilder ChangingActionNameTo(
2929
this IActionAttributesTestBuilder actionAttributesTestBuilder,
3030
string actionName)
31-
=> SpecifyingActionName(actionAttributesTestBuilder, actionName);
31+
=> SpecifyingActionName(actionAttributesTestBuilder, actionName);
3232

3333
/// <summary>
3434
/// Tests whether the action attributes contain <see cref="ActionNameAttribute"/>.

0 commit comments

Comments
 (0)