Fix formating

This commit is contained in:
Thomas 2019-05-14 08:57:18 +02:00
parent 409b207bf1
commit 3534089ddf
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ namespace Antlr4.Runtime
}
else
{
if ( !disjoint )
if (!disjoint)
{
throw new ArgumentException("replace op boundaries of " + rop + " overlap with previous " + prevRop);
}