Skip to content

Commit e005d83

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ public static TAttributesTestBuilder RestrictingForAuthorizedRequests<TAttribute
684684
{
685685
var roles = withAllowedRoles
686686
.Split(new string[] { "," }, StringSplitOptions.RemoveEmptyEntries)
687-
.AsEnumerable();
687+
.AsEnumerable();
688688

689689
return controllerActionAttributesTestBuilder
690690
.RestrictingForAuthorizedRequests(authorization => authorization

0 commit comments

Comments
 (0)