Skip to content

Commit 77977fe

Browse files
committed
Update Emitter.cs
1 parent 7383d58 commit 77977fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Verify.MSTest.SourceGenerator/Emitter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Emitter
1818
static readonly string GeneratedCodeAttribute =
1919
$"[global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"{typeof(Emitter).Assembly.GetName().Name}\", \"{typeof(Emitter).Assembly.GetName().Version}\")]";
2020

21-
readonly IndentedStringBuilder builder = new();
21+
IndentedStringBuilder builder = new();
2222

2323
void WriteNamespace(ClassToGenerate classToGenerate)
2424
{

0 commit comments

Comments
 (0)