Make this type internal

This commit is contained in:
Ryan Nowak 2017-05-19 11:34:26 -07:00
parent 30231979e8
commit 6b1117caa9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
namespace Microsoft.AspNetCore.Razor.Language.Legacy
{
public enum SpanKindInternal
internal enum SpanKindInternal
{
Transition,
MetaCode,