Skip to content

Commit befced8

Browse files
author
Yulian Ashikov
committed
Removed unneeded whitespaces (#41).
1 parent 0058525 commit befced8

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)