Skip to content

Commit e61b504

Browse files
committed
Remove extra blank line in ServiceTests.cs.twig
1 parent c737d93 commit e61b504

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/dotnet/Package.Tests/Services/ServiceTests.cs.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ namespace {{ spec.title | caseUcfirst }}.Tests.Services
6969
var expectedResponse = new Dictionary<string, object>();
7070
{%~ endif %}
7171

72-
7372
{%~ if method.type == 'webAuth' %}
7473
_mockClient.Setup(c => c.Redirect(
7574
It.IsAny<string>(),

0 commit comments

Comments
 (0)