Skip to content

Commit

Permalink
Fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasb81 committed May 14, 2019
1 parent 409b207 commit 3534089
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ public virtual string GetText(string programName, Interval interval)
}
else
{
if ( !disjoint )
if (!disjoint)
{
throw new ArgumentException("replace op boundaries of " + rop + " overlap with previous " + prevRop);
}
Expand Down

0 comments on commit 3534089

Please sign in to comment.