Skip to content

Commit 86cf138

Browse files
tritaoddobrev
authored andcommitted
Fix formatting to of Declaration.GenerationKind to ease debugging.
1 parent 856b94b commit 86cf138

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/AST/Declaration.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ public virtual GenerationKind GenerationKind
6060

6161
return GenerationKind.Generate;
6262
}
63-
set { generationKind = value; }
63+
64+
set
65+
{
66+
generationKind = value;
67+
}
6468
}
6569

6670
/// <summary>

0 commit comments

Comments
 (0)