Small bugfix to normalize whitespace for method building

This commit is contained in:
2022-03-22 10:18:08 +01:00
parent bb536a88a3
commit 959c1359e1
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Sybil.IntegrationTests
[TestClass]
public sealed class FlowTests
{
private const string ExpectedNamespace =
private const string ExpectedNamespace =
@"namespace TestNamespace
{
using System;