Skip to content

Commit 653a8fc

Browse files
author
Yulian Ashikov
committed
Removed unneeded tabs (#41).
1 parent befced8 commit 653a8fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,8 @@ public static TAttributesTestBuilder RestrictingForAuthorizedRequests<TAttribute
683683
if (testAllowedRoles)
684684
{
685685
var roles = withAllowedRoles
686-
.Split(new string[] { "," }, StringSplitOptions.RemoveEmptyEntries)
687-
.AsEnumerable();
686+
.Split(new string[] { "," }, StringSplitOptions.RemoveEmptyEntries)
687+
.AsEnumerable();
688688

689689
return controllerActionAttributesTestBuilder
690690
.RestrictingForAuthorizedRequests(authorization => authorization

0 commit comments

Comments
 (0)