Fix formating
This commit is contained in:
parent
409b207bf1
commit
3534089ddf
|
@ -627,7 +627,7 @@ namespace Antlr4.Runtime
|
|||
}
|
||||
else
|
||||
{
|
||||
if ( !disjoint )
|
||||
if (!disjoint)
|
||||
{
|
||||
throw new ArgumentException("replace op boundaries of " + rop + " overlap with previous " + prevRop);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue