Skip to content

Commit 13ea8c0

Browse files
committed
Empty lines in T4
1 parent 4769169 commit 13ea8c0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Main/src/Assertions/DebugCode.generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ public static void AssertState(
118118
}
119119
#endregion
120120
}
121-
}
121+
}

Main/src/Assertions/DebugCode.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#@ include file="..\..\..\T4.Reusable\DebugCodeGenerator.include.tt"#><##>
2-
<#
1+
<#@ include file="..\..\..\T4.Reusable\DebugCodeGenerator.ttinclude"
2+
#><#
33
Run();
44
#>

T4.Reusable/DebugCodeGenerator.include.tt renamed to T4.Reusable/DebugCodeGenerator.ttinclude

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<#@ template debug="true" hostspecific="true" language="C#" #>
2-
<#@ output extension=".generated.cs" #>
3-
<#@ import namespace="System.IO" #>
4-
<#@ import namespace="System.Text.RegularExpressions" #>
5-
<#+
1+
<#@ template debug="true" hostspecific="true" language="C#"
2+
#><#@ output extension=".generated.cs"
3+
#><#@ import namespace="System.IO"
4+
#><#@ import namespace="System.Text.RegularExpressions"
5+
#><#+
66
public void Run()
77
{
88
const string message =
@@ -52,4 +52,4 @@
5252
{
5353
input = Regex.Replace(input, pattern, replacement);
5454
}
55-
#>
55+
#>

0 commit comments

Comments
 (0)